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` ||