Skip to content

Commit 1a21673

Browse files
authoredMar 16, 2022
doc(Tree): 修改文档实例 (#680)
1 parent 6026664 commit 1a21673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/react-tree/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,9 @@ const Demo = () => {
743743
}}
744744
fields={{
745745
tree: {
746-
value: 'girl',
746+
value: 'region',
747747
label: '请输入内容',
748-
help: '必须选择性别',
748+
help: '必须选择地区',
749749
initialValue: ['0-1-1'],
750750
children: <Tree
751751
// multiple

0 commit comments

Comments
 (0)
Please sign in to comment.