更新 src/App.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ const App: React.FC = () => {
|
|||||||
[valueType]: renderFieldProps,
|
[valueType]: renderFieldProps,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Form initialValues={{ test_valuetype: 'aaa', test_comp: 'bbb' }}>
|
<Form>
|
||||||
<Form.Item label="ValueType" name="test_valuetype" valueType={valueType} />
|
<Form.Item label="ValueType" name="test_valuetype" valueType={valueType} />
|
||||||
<Form.Item label="Children" name="test_comp">
|
<Form.Item label="Children" name="test_comp">
|
||||||
<Component />
|
<Component />
|
||||||
|
|||||||
Reference in New Issue
Block a user