We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f75e9 commit d5d5664Copy full SHA for d5d5664
packages/tag/src/tag.vue
@@ -23,7 +23,6 @@
23
this.$emit('close', event);
24
},
25
handleClick(event) {
26
- event.stopPropagation();
27
this.$emit('click', event);
28
}
29
0 commit comments