Skip to content

Commit

Permalink
fix(Tag): resolve bubble (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Apr 24, 2023
1 parent d6cdc21 commit 89aad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tag/tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span :class="`${baseClass}__text`">
<t-node :content="tagContent"></t-node>
</span>
<span v-if="closable && !disabled" :class="`${baseClass}__icon-close`" @click="onClickClose">
<span v-if="closable && !disabled" :class="`${baseClass}__icon-close`" @click.stop="onClickClose">
<close-icon />
</span>
</span>
Expand Down

0 comments on commit 89aad0d

Please sign in to comment.