Merge branch 'master' of gitlab.qima-inc.com:fe/zanui-vue

This commit is contained in:
cookfront
2017-03-14 16:28:31 +08:00

View File

@@ -43,8 +43,8 @@ export default {
},
methods: {
handleClick() {
this.$emit('click');
handleClick(e) {
this.$emit('click', e);
}
},