[improvement] Tag: add type className (#3788)

This commit is contained in:
neverland
2019-07-09 14:02:48 +08:00
committed by GitHub
parent dac3bd3997
commit 1669e36625
8 changed files with 70 additions and 34 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Vue.use(Tag);
| Attribute | Description | Type | Default |
|------|------|------|------|
| type | Type, can be set to `primary` `success` `danger` | `String` | - |
| type | Type, can be set to `primary` `success` `danger` | `String` | `default` |
| size | Size, can be set to `large` `medium` | `String` | - |
| color | Custom color | `String` | - |
| plain | Whether to be plain style | `Boolean` | `false` |