Merge branch '1.x' into 'dev'

This commit is contained in:
陈嘉涵
2019-05-07 20:32:32 +08:00
9 changed files with 51 additions and 12 deletions

View File

@@ -56,7 +56,6 @@ export const CheckboxMixin = (parent, bem) => ({
<div
class={bem()}
onClick={event => {
event.stopPropagation();
this.$emit('click', event);
}}
>