Skip to content

Commit

Permalink
doc(Tree): 修改文档实例 (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssggssg committed Mar 16, 2022
1 parent 6026664 commit 1a21673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-tree/README.md
Expand Up @@ -743,9 +743,9 @@ const Demo = () => {
}}
fields={{
tree: {
value: 'girl',
value: 'region',
label: '请输入内容',
help: '必须选择性别',
help: '必须选择地区',
initialValue: ['0-1-1'],
children: <Tree
// multiple
Expand Down

0 comments on commit 1a21673

Please sign in to comment.