[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+7 -7
View File
@@ -78,13 +78,13 @@ Vue.use(Tag);
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| type | 类型,可选值为`primary` `success` `danger` | `String` | `default` | - |
| size | 大小, 可选值为`large` `medium` | `String` | - | - |
| color | 标签颜色 | `String` | - | - |
| plain | 是否为空心样式 | `Boolean` | `false` | - |
| round | 是否为圆角样式 | `Boolean` | `false` | - |
| mark | 是否为标记样式 | `Boolean` | `false` | - |
| text-color | 文本颜色,优先级高于`color`属性 | `String` | `white` | 1.5.0 |
| type | 类型,可选值为`primary` `success` `danger` | `string` | `default` | - |
| size | 大小, 可选值为`large` `medium` | `string` | - | - |
| color | 标签颜色 | `string` | - | - |
| plain | 是否为空心样式 | `boolean` | `false` | - |
| round | 是否为圆角样式 | `boolean` | `false` | - |
| mark | 是否为标记样式 | `boolean` | `false` | - |
| text-color | 文本颜色,优先级高于`color`属性 | `string` | `white` | 1.5.0 |
### Slots