fix: CheckBox.Group throw error when update value to undefined #1360
parent
2e9b3000ac
commit
c33965d6e6
|
@ -32,7 +32,7 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
value(val) {
|
||||
this.sValue = val;
|
||||
this.sValue = val || [];
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue