[Doc] use ts-style type
This commit is contained in:
@@ -42,11 +42,11 @@ Vue.use(Loading);
|
||||
|
||||
| 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` |
|
||||
| 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
|
||||
|
||||
|
||||
@@ -42,11 +42,11 @@ 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 |
|
||||
| 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 |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user