docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+9 -9
View File
@@ -73,15 +73,15 @@ Vue.use(Tag);
### Props
| 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` |
| 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` | - |
### Slots