feat(CellGroup): add title slot (#4227)

This commit is contained in:
neverland
2019-08-25 10:55:01 +08:00
committed by GitHub
parent 689a579503
commit dc6a3c4243
5 changed files with 42 additions and 9 deletions
+7
View File
@@ -147,3 +147,10 @@ Vue.use(Cell).use(CellGroup);
| label | 自定义标题下方描述显示内容 |
| icon | 自定义左侧图标 |
| right-icon | 自定义右侧按钮,默认为`arrow` |
### CellGroup Slots
| 名称 | 说明 |
|------|------|
| default | 默认插槽 |
| title | 自定义分组标题 |