We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadc7d0 commit cd7afd0Copy full SHA for cd7afd0
examples/sites/demos/apis/tree.js
@@ -132,11 +132,12 @@ export default {
132
},
133
{
134
name: 'default-expanded-keys',
135
- type: 'boolean',
136
- defaultValue: 'false',
+ type: 'string[]',
+ defaultValue: '[]',
137
desc: {
138
- 'zh-CN': '默认展开节点的keys',
139
- 'en-US': 'The keys of the node are expanded by default'
+ 'zh-CN': '默认展开节点的keys。当属性变化时,会自动收起全部并重新展开指定的数据项。 ',
+ 'en-US':
140
+ 'The keys of the node are expanded by default.When the property changes, it automatically collapses all and reexpands the specified data item.'
141
142
mode: ['pc'],
143
pcDemo: 'expand-control'
0 commit comments