docs(Cell): add extra slot (#6289)

* docs(Cell): add extra slot

* docs: upd
This commit is contained in:
neverland
2020-05-16 10:54:25 +08:00
committed by GitHub
parent 8307b3d9ad
commit 5c8d1d2420
2 changed files with 12 additions and 10 deletions
+8 -7
View File
@@ -154,10 +154,11 @@ Vue.use(CellGroup);
### Cell Slots
| Name | Description |
| ---------- | ----------------- |
| default | Custom value |
| icon | Custom icon |
| title | Custom title |
| label | Custom label |
| right-icon | Custom right icon |
| Name | Description |
| ---------- | --------------------------------- |
| default | Custom value |
| icon | Custom icon |
| title | Custom title |
| label | Custom label |
| right-icon | Custom right icon |
| extra | Custom extra content on the right |