docs(Tree): [Tree] Clear redundant default-expand-all attribute descripttions (#1285)

Co-authored-by: “Jevin” <jevin@mogul-tech.com>
This commit is contained in:
Jevin 2024-01-15 16:46:07 +08:00 committed by GitHub
parent a3802a691a
commit f52796103f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 11 deletions

View File

@ -567,7 +567,10 @@ export default {
'name': 'default-expand-all',
'type': 'boolean',
'defaultValue': 'false',
'desc': { 'zh-CN': '是否默认展开所有节点', 'en-US': 'Whether to expand all nodes by default' },
'desc': {
'zh-CN': '是否默认展开所有节点',
'en-US': 'Whether to expand all nodes by default'
},
'demoId': 'expand-control'
},
{
@ -590,16 +593,6 @@ export default {
},
'demoId': 'expand-control'
},
{
'name': 'default-expand-all',
'type': 'boolean',
'defaultValue': 'false',
'desc': {
'zh-CN': '是否默认展开所有节点',
'en-US': 'Whether to expand all nodes by default'
},
'demoId': 'expand-control'
},
{
'name': 'show-checkbox',
'type': 'boolean',