Skip to content

Commit

Permalink
Update README.md (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
gujiwuqing authored Aug 15, 2022
1 parent 5ebfb4e commit 1f3f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-vant/src/components/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Form.List 为字段提供数组化管理。
Form.Item 的布局是基于 `Field` 实现的,所以它支持 [Field](./field#props) 的部分属性

| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- | --- | --- | --- |
| --- | --- | --- | --- |
| dependencies | 设置依赖字段,说明见下 | `string | number | (string | number)[]` | - |
| disabled | 是否禁用 | `boolean` | 父级 Form 的 `disabled` |
| initialValue | 设置子元素默认值,如果与 Form 的 `initialValues` 冲突则以 Form 为准 | `any` | - |
Expand Down

1 comment on commit 1f3f808

@hcw2175
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是不是因为修改了这个导致文档渲染有问题?

image

Please sign in to comment.