fix(Checkbox): dynamic bind group (#6730)
This commit is contained in:
@@ -30,6 +30,14 @@ export function ChildrenMixin(parent, options = {}) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
disableBindRelation(val) {
|
||||||
|
if (!val) {
|
||||||
|
this.bindRelation();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.bindRelation();
|
this.bindRelation();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user