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 78c6412 commit f35ca57Copy full SHA for f35ca57
packages/src/utils/utils.js
@@ -162,7 +162,7 @@ export default {
162
163
let childrens = context.$children;
164
165
- while (childrens && childrens.length > 1) {
+ while (childrens && childrens.length > 0) {
166
167
childrens.forEach(child=>{
168
packages/v-checkbox-group/src/checkbox-group.vue
@@ -49,7 +49,7 @@
49
50
let children = utils.getChildCompsByName(this,'v-checkbox');
51
52
- if (children.length > 1){
+ if (children.length > 0){
53
54
children.forEach(child =>{
55
0 commit comments