There was an error while loading. Please reload this page.
1 parent f749271 commit 697db06Copy full SHA for 697db06
docs/component/layout/collapse.md
@@ -87,11 +87,9 @@ title: 折叠面板 Collapse
87
| 参数 | 说明 | 类型 | 可选值 | 默认值 | 版本号 |
88
| ---- | ------------------ | ------ | ------ | ------ | ------ |
89
| item-id | 折叠面板子项id,需要确保唯一性 | String | - | 折叠面板子项索引值 | -|
90
-| disabled | 是否禁用折叠面板 | Boolean | - | false | -|
+| disable | 是否禁用折叠面板 | Boolean | - | false | -|
91
| title | 标题文字 | String | - | 默认标题 | |
92
| custom-title | 是否开启自定义标题区内容(slot注入) | Boolean | - | false | |
93
-| title-color | 标题可点击时的颜色 | String | - | #333333 |- |
94
-| title-disabled-color | 标题不可点击时的颜色 | String | - | #DEE2E6 | -|
95
| animation-time | 内容区域展开动画速度(单位:秒) | Number | - | 0.3 |- |
96
97
0 commit comments