Commit 603d94a7 authored by infjer's avatar infjer Committed by luckyCao

Tag: fix stop propagation problem (#15150)

parent bdaae810
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
this.$emit('close', event); this.$emit('close', event);
}, },
handleClick(event) { handleClick(event) {
event.stopPropagation();
this.$emit('click', event); this.$emit('click', event);
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment