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
+7 -7
View File
@@ -41,13 +41,13 @@ Vue.use(Loading);
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| color | Loading color | `string` | `#c9c9c9` | |
| type | Can be set to `spinner` | `string` | `circular` |
| size | Icon size | `string | number` | `30px` |
| text-size | Text font size | `string | number` | `14px` |
| vertical | Whether to arrange icons and text content vertically | `boolean` | `false` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| color | Loading color | `string` | `#c9c9c9` | - |
| type | Can be set to `spinner` | `string` | `circular` | - |
| size | Icon size | `string | number` | `30px` | - |
| text-size | Text font size | `string | number` | `14px` | - |
| vertical | Whether to arrange icons and text content vertically | `boolean` | `false` | - |
### Slots
+2 -2
View File
@@ -46,8 +46,8 @@ Vue.use(Loading);
| color | 颜色 | `string` | `#c9c9c9` | - |
| type | 类型,可选值为 `spinner` | `string` | `circular` | - |
| size | 加载图标大小,默认单位为`px` | `string | number` | `30px` | - |
| text-size | 文字大小,默认单位为`px` | `string | number` | `14px` | 2.0.0 |
| vertical | 是否垂直排列图标和文字内容 | `boolean` | `false` | 2.0.0 |
| text-size | 文字大小,默认单位为`px` | `string | number` | `14px` | - |
| vertical | 是否垂直排列图标和文字内容 | `boolean` | `false` | - |
### Slots