forked from opentiny/tiny-vue
docs(Tree): [Tree] Clear redundant default-expand-all attribute descripttions (#1285)
Co-authored-by: “Jevin” <jevin@mogul-tech.com>
This commit is contained in:
parent
a3802a691a
commit
f52796103f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue