mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
fix checkbox
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
if (this.isDisabled) {
|
||||
return;
|
||||
}
|
||||
this.$refs.input.click();
|
||||
this.currentValue = !this.currentValue;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user