Skip to content

Commit

Permalink
docs(antd): mardown special symbol escape (#882)
Browse files Browse the repository at this point in the history
docs(antd): mardown special symbol escape
  • Loading branch information
kromalee authored Jun 3, 2020
1 parent 99ad146 commit 9c969cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/antd/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install --save @formily/antd
| readOnly | 只读 | boolean | |
| writeOnly | 只写 | boolean | |
| type | 字段类型 | 'string' `or` 'object' `or` 'array' `or` 'number' `or` string | |
| enum | 相当于字段 dataSource | `Array<string | number | { label: React.ReactNode; value: any }>` | |
| enum | 相当于字段 dataSource | `Array<string\|number\|{label:React.ReactNode;value:any}>` | |
| required | 是否必填,为 true 会同时设置校验规则 | string[] `or` boolean | |
| format | 正则规则类型,详细类型可以往后看 | string | |
| properties | 对象属性 | { [key: string]: [ISchema](#ISchema) } | |
Expand Down

0 comments on commit 9c969cc

Please sign in to comment.