[Doc] default slot name

This commit is contained in:
陈嘉涵
2019-04-30 17:32:00 +08:00
parent 2bb01b4a63
commit cd0720954c
65 changed files with 97 additions and 98 deletions
+2 -2
View File
@@ -128,9 +128,9 @@ Vue.use(Cell).use(CellGroup);
### Cell Slot
| name | Description |
| Name | Description |
|------|------|
| - | Default slot |
| default | Default slot |
| icon | Custom icon |
| title | Custom title |
| label | Custom label |
+2 -2
View File
@@ -126,7 +126,7 @@ Vue.use(Cell).use(CellGroup);
### Cell Event
| 事件名 | 说明 | 参数 |
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击单元格时触发 | - |
@@ -134,7 +134,7 @@ Vue.use(Cell).use(CellGroup);
| 名称 | 说明 |
|------|------|
| - | 自定义`value`显示内容 |
| default | 自定义`value`显示内容 |
| title | 自定义标题显示内容 |
| label | 自定义标题下方描述显示内容 |
| icon | 自定义左侧图标 |