chore: inherit click event

This commit is contained in:
chenjiahan
2020-08-26 14:14:55 +08:00
parent af94c92614
commit 48ff0f85fb
3 changed files with 2 additions and 16 deletions
+1 -4
View File
@@ -26,7 +26,7 @@ export default createComponent({
},
},
emits: ['click', 'close', 'replay'],
emits: ['close', 'replay'],
data() {
return {
@@ -163,9 +163,6 @@ export default createComponent({
vShow={this.show}
class={bem({ wrapable: this.wrapable })}
style={barStyle}
onClick={(event) => {
this.$emit('click', event);
}}
>
{LeftIcon()}
<div ref="wrap" class={bem('wrap')} role="marquee">