From b15efa94a6722d5e17bcc2362d80c60ef2dcc761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 13 Sep 2019 23:01:57 +0800 Subject: [PATCH] docs(Button): fix color prop version --- src/button/README.md | 2 +- src/button/README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/button/README.md b/src/button/README.md index 9e4a97523..e4e1596cf 100644 --- a/src/button/README.md +++ b/src/button/README.md @@ -97,7 +97,7 @@ Vue.use(Button); | type | Can be set to `primary` `info` `warning` `danger` | *string* | `default` | - | | size | Can be set to `large` `small` `mini` | *string* | `normal` | - | | text | Text | *string* | - | - | -| color | Color, support linear-gradient | *string* | - | 2.1.3 | +| color | Color, support linear-gradient | *string* | - | 2.1.8 | | icon | Left Icon | *string* | - | - | | tag | HTML Tag | *string* | `button` | - | | native-type | Native Type Attribute | *string* | `''` | - | diff --git a/src/button/README.zh-CN.md b/src/button/README.zh-CN.md index 303d3abea..1c9b4d6ec 100644 --- a/src/button/README.zh-CN.md +++ b/src/button/README.zh-CN.md @@ -117,7 +117,7 @@ Vue.use(Button); | type | 类型,可选值为 `primary` `info` `warning` `danger` | *string* | `default` | - | | size | 尺寸,可选值为 `large` `small` `mini` | *string* | `normal` | - | | text | 按钮文字 | *string* | - | - | -| color | 按钮颜色,支持传入`linear-gradient`渐变色 | *string* | - | 2.1.3 | +| color | 按钮颜色,支持传入`linear-gradient`渐变色 | *string* | - | 2.1.8 | | icon | 左侧图标名称或图片链接,可选值见 [Icon 组件](/#/zh-CN/icon) | *string* | - | - | | tag | HTML 标签 | *string* | `button` | - | | native-type | 原生 button 标签 type 属性 | *string* | - | - |