feat(Form): support using RadioGroup

This commit is contained in:
陈嘉涵
2020-02-11 09:05:10 +08:00
parent 15390241d8
commit 48e443d0e2
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export const FieldMixin = {
},
created() {
if (this.vanField) {
if (this.vanField && !this.vanField.children) {
this.vanField.children = this;
}
},