docs: remove 1.x version tip (#4257)

This commit is contained in:
neverland
2019-08-27 17:50:36 +08:00
committed by GitHub
parent f32104ad86
commit 16e80672d5
33 changed files with 84 additions and 84 deletions

View File

@@ -114,7 +114,7 @@ Vue.use(Button);
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| type | 类型,可选值为 `primary` `info` `warning` `danger` | `string` | `default` | 1.6.6 |
| type | 类型,可选值为 `primary` `info` `warning` `danger` | `string` | `default` | - |
| size | 尺寸,可选值为 `large` `small` `mini` | `string` | `normal` | - |
| text | 按钮文字 | `string` | - | - |
| color | 按钮颜色,支持传入`linear-gradient`渐变色 | `string` | - | 2.1.3 |
@@ -126,14 +126,14 @@ Vue.use(Button);
| square | 是否为方形按钮 | `boolean` | `false` | - |
| round | 是否为圆形按钮 | `boolean` | `false` | - |
| disabled | 是否禁用按钮 | `boolean` | `false` | - |
| hairline | 是否使用 0.5px 边框 | `boolean` | `false` | 1.6.11 |
| hairline | 是否使用 0.5px 边框 | `boolean` | `false` | - |
| loading | 是否显示为加载状态 | `boolean` | `false` | - |
| loading-text | 加载状态提示文字 | `string` | - | 1.6.3 |
| loading-text | 加载状态提示文字 | `string` | - | - |
| loading-type | 加载图标类型,可选值为`spinner` | `string` | `circular` | 2.0.0 |
| loading-size | 加载图标大小 | `string` | `20px` | 1.6.7 |
| url | 跳转链接 | `string` | - | 1.6.5 |
| to | 路由跳转对象,同 vue-router 的 to 属性 | `string | object` | - | 1.6.5 |
| replace | 跳转时是否替换当前页面历史 | `boolean` | `false` | 1.6.5 |
| loading-size | 加载图标大小 | `string` | `20px` | - |
| url | 跳转链接 | `string` | - | - |
| to | 路由跳转对象,同 vue-router 的 to 属性 | `string | object` | - | - |
| replace | 跳转时是否替换当前页面历史 | `boolean` | `false` | - |
### Events