From fc7d5f5cf1424435fc574f4e045689572d326320 Mon Sep 17 00:00:00 2001 From: tu6ge <772364230@qq.com> Date: Tue, 22 Oct 2019 20:55:28 +0800 Subject: [PATCH] docs: add version tip for cell slot (#4806) --- packages/cell/en-US.md | 14 +++++++------- packages/cell/zh-CN.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/cell/en-US.md b/packages/cell/en-US.md index cff85cfcd..fb501ed09 100644 --- a/packages/cell/en-US.md +++ b/packages/cell/en-US.md @@ -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 | | diff --git a/packages/cell/zh-CN.md b/packages/cell/zh-CN.md index bbe362565..1cfd21b97 100644 --- a/packages/cell/zh-CN.md +++ b/packages/cell/zh-CN.md @@ -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` ||