加载状态指示。
<sky-loading />
<sky-loading type="spinner" />
<sky-loading text="加载中..." /><sky-loading :size="24" color="#fa3534" />
<sky-loading :size="48" color="#2979ff" /><sky-loading vertical text="加载中..." />| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| type | 类型 | 'circular' | 'spinner' | 'circular' |
| color | 颜色 | string | — |
| size | 尺寸 | string | number | 40 |
| vertical | 垂直布局 | boolean | false |
| text | 文字 | string | — |
| 名称 | 说明 |
|---|---|
| default | 文字(覆盖 text 属性) |