Update switch.vue
This commit is contained in:
parent
ebf885fbdd
commit
46c7303289
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
value (val) {
|
value (val) {
|
||||||
if (val !== this.trueValue && val !== this.falseValue) {
|
if (val !== this.trueValue && val !== this.falseValue && val !== null) {
|
||||||
throw 'Value should be trueValue or falseValue.';
|
throw 'Value should be trueValue or falseValue.';
|
||||||
}
|
}
|
||||||
this.currentValue = val;
|
this.currentValue = val;
|
||||||
|
|
Loading…
Add table
Reference in a new issue