mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
This commit is contained in:
@@ -148,12 +148,10 @@ export default createComponent({
|
||||
},
|
||||
|
||||
onClickLeftIcon(event) {
|
||||
event.stopPropagation();
|
||||
this.$emit('click-left-icon', event);
|
||||
},
|
||||
|
||||
onClickRightIcon(event) {
|
||||
event.stopPropagation();
|
||||
this.$emit('click-right-icon', event);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user