Skip to content

Commit

Permalink
Merge pull request #358 from FEMessage/dev
Browse files Browse the repository at this point in the history
fix: extraButtons按钮点击去除冒泡 (#357)
  • Loading branch information
levy9527 authored Jul 26, 2022
2 parents fd0efe3 + 899acd5 commit a2b32cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/self-loading-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
v-on="$listeners"
:loading="loading"
:type="type"
@click="handleClick"
@click.stop="handleClick"
>
<slot></slot>
</component>
Expand Down

0 comments on commit a2b32cc

Please sign in to comment.