Skip to content

Commit

Permalink
refactor(docs): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Apr 18, 2019
1 parent 2c92937 commit 8bbc1df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/API/Field_React.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import {Field} from '@uform/react'
| x-rules | 字段校验规则 | Object | Array<String | Object | Function> | String | Function | |
| x-component | 字段UI组件 | Object | {type:"object",properties:{}} |
| x-index | 字段索引顺序 | Number | |
| x-render | 字段渲染函数 | Function(fieldProps : FieldRenderProps){} | |
| x-effect | 副作用事件绑定对象 | Function(dispatch : Function) : {<br /> [eventName](...arguemtns)<br />} | |
| x-render | 字段渲染函数 | `Function(fieldProps : FieldRenderProps){}` | |
| x-effect | 副作用事件绑定对象 | `Function(dispatch : Function) : { [eventName](...arguemtns)}` | |
| x-props.editable | 字段是否可编辑 | Boolean | true |


Expand Down
1 change: 0 additions & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-type" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
<title>UForm</title>
<base target="_parent">
<script>
var process = {
env: {
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-type" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
<title>UForm</title>
<base target="_parent">
<script>
var process = {
env: {
Expand Down

0 comments on commit 8bbc1df

Please sign in to comment.