docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions
+10 -10
View File
@@ -114,16 +114,16 @@ export default {
### Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| type | Type, can be set to `primary` `success` `danger` `warning` | *string* | `default` | - |
| size | Size, can be set to `large` `medium` | *string* | - | - |
| color | Custom color | *string* | - | - |
| plain | Whether to be plain style | *boolean* | `false` | - |
| round | Whether to be round style | *boolean* | `false` | - |
| mark | Whether to be mark style | *boolean* | `false` | - |
| text-color | Text color | *string* | `white` | - |
| closeable | Whether to be closeable | *boolean* | `false` | 2.2.9 |
| Attribute | Description | Type | Default |
|------|------|------|------|
| type | Type, can be set to `primary` `success` `danger` `warning` | *string* | `default` |
| size | Size, can be set to `large` `medium` | *string* | - |
| color | Custom color | *string* | - |
| plain | Whether to be plain style | *boolean* | `false` |
| round | Whether to be round style | *boolean* | `false` |
| mark | Whether to be mark style | *boolean* | `false` |
| text-color | Text color | *string* | `white` |
| closeable `v2.2.9` | Whether to be closeable | *boolean* | `false` |
### Slots
+10 -10
View File
@@ -124,16 +124,16 @@ export default {
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| type | 类型,可选值为`primary` `success` `danger` `warning` | *string* | `default` | - |
| size | 大小, 可选值为`large` `medium` | *string* | - | - |
| color | 标签颜色 | *string* | - | - |
| plain | 是否为空心样式 | *boolean* | `false` | - |
| round | 是否为圆角样式 | *boolean* | `false` | - |
| mark | 是否为标记样式 | *boolean* | `false` | - |
| text-color | 文本颜色,优先级高于`color`属性 | *string* | `white` | - |
| closeable | 是否为可关闭标签 | *boolean* | `false` | 2.2.9 |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| type | 类型,可选值为`primary` `success` `danger` `warning` | *string* | `default` |
| size | 大小, 可选值为`large` `medium` | *string* | - |
| color | 标签颜色 | *string* | - |
| plain | 是否为空心样式 | *boolean* | `false` |
| round | 是否为圆角样式 | *boolean* | `false` |
| mark | 是否为标记样式 | *boolean* | `false` |
| text-color | 文本颜色,优先级高于`color`属性 | *string* | `white` |
| closeable `v2.2.9` | 是否为可关闭标签 | *boolean* | `false` |
### Slots