docs: add version tip in en docs (#4262)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user