Skip to content

Commit 1f3f808

Browse files
authored
Update README.md (#564)
1 parent 5ebfb4e commit 1f3f808

File tree

1 file changed

+1
-1
lines changed
  • packages/react-vant/src/components/form

1 file changed

+1
-1
lines changed

packages/react-vant/src/components/form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Form.List 为字段提供数组化管理。
8282
Form.Item 的布局是基于 `Field` 实现的,所以它支持 [Field](./field#props) 的部分属性
8383

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

0 commit comments

Comments
 (0)