randon->random

This commit is contained in:
Chen Zhouji 2019-11-13 00:33:09 +08:00 committed by GitHub
parent 40635c87ab
commit 80f69544a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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