[bugfix] Checkbox: should not prevent click event
This commit is contained in:
@@ -60,7 +60,6 @@ export const CheckboxMixin = (parent, bem) => ({
|
||||
<div
|
||||
class={bem()}
|
||||
onClick={event => {
|
||||
event.stopPropagation();
|
||||
this.$emit('click', event);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user