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
@@ -132,6 +132,13 @@ Vue.use(Cell).use(CellGroup);
|------|------|------|
| click | Triggered when click cell | event: Event |
### CellGroup Slots
| Name | Description |
|------|------|
| default | Default slot |
| title | Custom title |
### Cell Slots
| Name | Description |