Merge remote-tracking branch 'baidu/master'

This commit is contained in:
liaoxuezhi 2019-11-13 09:47:15 +08:00
commit fc20533d24
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ class MyFormItem extends React.Component {
{
"type": "custom",
"label": "随机值",
"name": "randon"
"name": "random"
}
]
}
@ -333,4 +333,4 @@ class MyFormItem extends React.Component {
```
即:通过 `children` 传递一个React组件这个示例是一个React Stateless Functional Component也可以是传统的 React 组件。
任何节点如果包含 `children` 这个属性,则都会把当前节点交给 `children` 来处理,跳过了从 amis 渲染器池子中选择渲染器的过程。
任何节点如果包含 `children` 这个属性,则都会把当前节点交给 `children` 来处理,跳过了从 amis 渲染器池子中选择渲染器的过程。