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
commit f6c2eec07a

View File

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