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
+2 -2
View File
@@ -43,8 +43,8 @@ export default {
}, },
methods: { methods: {
handleClick() { handleClick(e) {
this.$emit('click'); this.$emit('click', e);
} }
}, },