docs: add version tip for cell slot (#4806)

This commit is contained in:
tu6ge 2019-10-22 20:55:28 +08:00 committed by neverland
parent 190cd7eba4
commit fc7d5f5cf1
2 changed files with 14 additions and 14 deletions

View File

@ -128,10 +128,10 @@ Vue.use(Cell).use(CellGroup);
### Cell Slot
| name | Description |
|------|------|
| - | Default slot |
| icon | Custom icon |
| title | Custom title |
| label | Custom label |
| right-icon | Custom right icon |
| name | Description | Version |
|------|------|------|
| - | Default slot | |
| icon | Custom icon | |
| title | Custom title | |
| label | Custom label | 1.6.10 |
| right-icon | Custom right icon | |

View File

@ -132,10 +132,10 @@ Vue.use(Cell).use(CellGroup);
### Cell Slot
| 名称 | 说明 |
|------|------|
| - | 自定义`value`显示内容 |
| title | 自定义标题显示内容 |
| label | 自定义标题下方描述显示内容 |
| icon | 自定义左侧图标 |
| right-icon | 自定义右侧按钮,默认为`arrow` |
| 名称 | 说明 | 版本 |
|------|------|------|
| - | 自定义`value`显示内容 ||
| title | 自定义标题显示内容 ||
| label | 自定义标题下方描述显示内容 | 1.6.10 |
| icon | 自定义左侧图标 ||
| right-icon | 自定义右侧按钮,默认为`arrow` ||