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