Skip to content

Commit d5d5664

Browse files
infjerFeng
authored andcommitted
Tag: fix stop propagation problem (ElemeFE#15150)
1 parent 71f75e9 commit d5d5664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tag/src/tag.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
this.$emit('close', event);
2424
},
2525
handleClick(event) {
26-
event.stopPropagation();
2726
this.$emit('click', event);
2827
}
2928
},

0 commit comments

Comments
 (0)