fix checkbox
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
if (this.isDisabled) {
|
if (this.isDisabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.$refs.input.click();
|
this.currentValue = !this.currentValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user