feat(Form): support using RadioGroup
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ export const FieldMixin = {
|
||||
},
|
||||
|
||||
created() {
|
||||
if (this.vanField) {
|
||||
if (this.vanField && !this.vanField.children) {
|
||||
this.vanField.children = this;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user