Merge branch '2.x' into dev
This commit is contained in:
@@ -78,14 +78,14 @@ app.use(Loading);
|
||||
|
||||
### Props
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| ---------- | ---------------------------- | ------------------ | ---------- |
|
||||
| color | 颜色 | _string_ | `#c9c9c9` |
|
||||
| type | 类型,可选值为 `spinner` | _string_ | `circular` |
|
||||
| size | 加载图标大小,默认单位为`px` | _number \| string_ | `30px` |
|
||||
| text-size | 文字大小,默认单位为`px` | _number \| string_ | `14px` |
|
||||
| text-color | 文字颜色 | _string_ | `#c9c9c9` |
|
||||
| vertical | 是否垂直排列图标和文字内容 | _boolean_ | `false` |
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| ---------- | ----------------------------- | ------------------ | ---------- |
|
||||
| color | 颜色 | _string_ | `#c9c9c9` |
|
||||
| type | 类型,可选值为 `spinner` | _string_ | `circular` |
|
||||
| size | 加载图标大小,默认单位为 `px` | _number \| string_ | `30px` |
|
||||
| text-size | 文字大小,默认单位为 `px` | _number \| string_ | `14px` |
|
||||
| text-color | 文字颜色 | _string_ | `#c9c9c9` |
|
||||
| vertical | 是否垂直排列图标和文字内容 | _boolean_ | `false` |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user