feat(CollapseItem): add readonly prop (#8445)

This commit is contained in:
neverland
2021-04-01 20:41:56 +08:00
committed by GitHub
parent b594ab1192
commit 65185069bf
8 changed files with 51 additions and 26 deletions
+1
View File
@@ -135,6 +135,7 @@ export default {
| border | 是否显示内边框 | _boolean_ | `true` |
| is-link | 是否展示标题栏右侧箭头并开启点击反馈 | _boolean_ | `true` |
| disabled | 是否禁用面板 | _boolean_ | `false` |
| readonly `v3.0.12` | 是否为只读状态,只读状态下无法操作面板 | _boolean_ | `false` |
| title-class | 左侧标题额外类名 | _string_ | - |
| value-class | 右侧内容额外类名 | _string_ | - |
| label-class | 描述信息额外类名 | _string_ | - |