Tag: fix stop propagation problem (#15150)

pull/15776/head
infjer 2019-05-29 15:24:44 +08:00 committed by luckyCao
parent bdaae8108e
commit 603d94a7e4
1 changed files with 0 additions and 1 deletions

View File

@ -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);
} }
}, },