mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Checkbox): dynamic bind group (#6730)
This commit is contained in:
parent
bf0f655c72
commit
b944c2467b
@ -30,6 +30,14 @@ export function ChildrenMixin(parent, options = {}) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
disableBindRelation(val) {
|
||||||
|
if (!val) {
|
||||||
|
this.bindRelation();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.bindRelation();
|
this.bindRelation();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user