Skip to content

Commit 697db06

Browse files
authored
fix(Collapse): 修正文档错误
1 parent f749271 commit 697db06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/component/layout/collapse.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,9 @@ title: 折叠面板 Collapse
8787
| 参数 | 说明 | 类型 | 可选值 | 默认值 | 版本号 |
8888
| ---- | ------------------ | ------ | ------ | ------ | ------ |
8989
| item-id | 折叠面板子项id,需要确保唯一性 | String | - | 折叠面板子项索引值 | -|
90-
| disabled | 是否禁用折叠面板 | Boolean | - | false | -|
90+
| disable | 是否禁用折叠面板 | Boolean | - | false | -|
9191
| title | 标题文字 | String | - | 默认标题 | |
9292
| custom-title | 是否开启自定义标题区内容(slot注入) | Boolean | - | false | |
93-
| title-color | 标题可点击时的颜色 | String | - | #333333 |- |
94-
| title-disabled-color | 标题不可点击时的颜色 | String | - | #DEE2E6 | -|
9593
| animation-time | 内容区域展开动画速度(单位:秒) | Number | - | 0.3 |- |
9694

9795

0 commit comments

Comments
 (0)