ap-dev 1.1.10 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48,6 +48,12 @@ export default {
|
|
|
48
48
|
memo: `显示checkbox选择框<br>
|
|
49
49
|
<span class="api-memo">注:支持多选时要配置</span>`,
|
|
50
50
|
code: `<div class="api-code">showCheckbox: true,</div>`
|
|
51
|
+
},{
|
|
52
|
+
name: 'defaultExpandAll',
|
|
53
|
+
type: '布尔',
|
|
54
|
+
default: 'true',
|
|
55
|
+
memo: `默认展开`,
|
|
56
|
+
code: `<div class="api-code">defaultExpandAll: false,</div>`
|
|
51
57
|
},{
|
|
52
58
|
name: 'toolbarBtn',
|
|
53
59
|
type: '数组',
|