Replies: 1 comment
-
能否增加一个群组组件,而不是原子组件 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{ componentName: 'DesignableField', props: { type: 'void', 'x-component': 'FormGrid', }, children: [ { componentName: 'DesignableField', props: { title: 'Input', type: 'string', 'x-decorator': 'FormItem', 'x-component': 'Input', }, }, { componentName: 'DesignableField', props: { title: 'TextArea', type: 'string', 'x-decorator': 'FormItem', 'x-component': 'Input.TextArea', }, }, { componentName: 'DesignableField', props: { title: 'Select', 'x-decorator': 'FormItem', 'x-component': 'Select', }, }, ] }
Beta Was this translation helpful? Give feedback.
All reactions