We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9b300 commit c33965dCopy full SHA for c33965d
components/checkbox/Group.jsx
@@ -32,7 +32,7 @@ export default {
32
},
33
watch: {
34
value(val) {
35
- this.sValue = val;
+ this.sValue = val || [];
36
37
38
methods: {
0 commit comments