[bugfix] Checkbox: should not prevent click event

This commit is contained in:
陈嘉涵
2019-05-07 15:41:34 +08:00
parent 6d0b5e5a0d
commit ecadb5d1e7
3 changed files with 18 additions and 6 deletions

View File

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