Skip to content

Commit

Permalink
📝 docs: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 16, 2020
1 parent 74dc7c5 commit 764eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/field/src/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ return <Field text="100" valueType="money" mode={state} />;
| valueType | 格式化的类型 | ValueType | - |
| mode | 组件的模式 | - | - |
| plain | 精简模式 | - | - |
| renderFormItem | 自定义 `mode=update | edit` 下的 dom 表现,一般用于渲染编辑框 | - | - |
| renderFormItem | 自定义 `mode=update \| edit` 下的 dom 表现,一般用于渲染编辑框 | - | - |
| render | 自定义 `mode=read` 下的 dom 表现,只是单纯的表现形式 | - | - |

## 远程数据
Expand Down

0 comments on commit 764eee8

Please sign in to comment.