mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
点击时抛出event对象
This commit is contained in:
@@ -43,8 +43,8 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
handleClick() {
|
||||
this.$emit('click');
|
||||
handleClick(e) {
|
||||
this.$emit('click', e);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user