Merge branch 'feature' into master-to-merge-feature

This commit is contained in:
afc163 2021-06-07 12:41:31 +08:00
commit a034dce31d

View File

@ -15,7 +15,7 @@ We recommend use `Form.useForm` to create data control. If you are using class c
```tsx
import { Form, Input, Button, Select } from 'antd';
import { FormInstance } from 'antd/lib/form';
import { FormInstance } from 'antd/es/form';
const { Option } = Select;