mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[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