Fix console error.
This commit is contained in:
parent
ba9cd0a075
commit
b46be8a54d
1 changed files with 21 additions and 21 deletions
|
|
@ -78,7 +78,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created(){
|
created(){
|
||||||
this.checkValue = this.modelValue.includes(this.buttonID);
|
this.checkValue = this.modelValue ? this.modelValue.includes(this.buttonID) : false;
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
getLabelClasses() {
|
getLabelClasses() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue