From 174e2704bfe888142c993e6a5df6d54e544c698a Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 16 Jan 2021 20:01:06 +0800 Subject: [PATCH] docs: improve style typing (#7928) --- src/cell/README.md | 2 +- src/cell/README.zh-CN.md | 2 +- src/tab/README.md | 2 +- src/tab/README.zh-CN.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cell/README.md b/src/cell/README.md index e04bc8ff0..3a9275409 100644 --- a/src/cell/README.md +++ b/src/cell/README.md @@ -147,7 +147,7 @@ app.use(CellGroup); | is-link | Whether to show link icon | _boolean_ | `false` | | required | Whether to show required mark | _boolean_ | `false` | | arrow-direction | Can be set to `left` `up` `down` | _string_ | `right` | -| title-style | Title style | _any_ | - | +| title-style | Title style | _string \| Array \| object_ | - | | title-class | Title className | _string \| Array \| object_ | - | | value-class | Value className | _string \| Array \| object_ | - | | label-class | Label className | _string \| Array \| object_ | - | diff --git a/src/cell/README.zh-CN.md b/src/cell/README.zh-CN.md index 47e01c123..48d114642 100644 --- a/src/cell/README.zh-CN.md +++ b/src/cell/README.zh-CN.md @@ -154,7 +154,7 @@ app.use(CellGroup); | required | 是否显示表单必填星号 | _boolean_ | `false` | | center | 是否使内容垂直居中 | _boolean_ | `false` | | arrow-direction | 箭头方向,可选值为 `left` `up` `down` | _string_ | `right` | -| title-style | 左侧标题额外样式 | _any_ | - | +| title-style | 左侧标题额外样式 | _string \| Array \| object_ | - | | title-class | 左侧标题额外类名 | _string \| Array \| object_ | - | | value-class | 右侧内容额外类名 | _string \| Array \| object_ | - | | label-class | 描述信息额外类名 | _string \| Array \| object_ | - | diff --git a/src/tab/README.md b/src/tab/README.md index 12c4e911f..47b72e835 100644 --- a/src/tab/README.md +++ b/src/tab/README.md @@ -266,7 +266,7 @@ export default { | url | Link | _string_ | - | | to | Target route of the link, same as to of vue-router | _string \| object_ | - | | replace | If true, the navigation will not leave a history record | _boolean_ | `false` | -| title-style | Custom title style | _any_ | - | +| title-style | Custom title style | _string \| Array \| object_ | - | | title-class | Custom title class name | _string \| Array \| object_ | - | ### Tabs Events diff --git a/src/tab/README.zh-CN.md b/src/tab/README.zh-CN.md index 93b5bc138..38a491ad5 100644 --- a/src/tab/README.zh-CN.md +++ b/src/tab/README.zh-CN.md @@ -273,7 +273,7 @@ export default { | url | 点击后跳转的链接地址 | _string_ | - | | to | 点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to) | _string \| object_ | - | | replace | 是否在跳转时替换当前页面历史 | _boolean_ | `false` | -| title-style | 自定义标题样式 | _any_ | - | +| title-style | 自定义标题样式 | _string \| Array \| object_ | - | | title-class | 自定义标题类名 | _string \| Array \| object_ | - | ### Tabs Events