[bugfix] Loading: document

This commit is contained in:
陈嘉涵 2018-07-23 20:12:03 +08:00
parent 4a12659b14
commit 29f1c40e1b
2 changed files with 4 additions and 4 deletions

View File

@ -27,6 +27,6 @@ Vue.use(Loading);
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
| color | Can be set to `black` `white` | `String` | `black` | |
| type | Can be set to `circular` `spinner` | `String` | `circular` |
| color | Can be set to `white` | `String` | `black` | |
| type | Can be set to `spinner` | `String` | `circular` |
| size | Size | `String` | `30px` |

View File

@ -27,6 +27,6 @@ Vue.use(Loading);
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| color | 颜色,可选值为 `block` `white` | `String` | `black` |
| type | 类型,可选值为 `circular` `spinner` | `String` | `circular` |
| color | 颜色,可选值为 `white` | `String` | `black` |
| type | 类型,可选值为 `spinner` | `String` | `circular` |
| size | 大小 | `String` | `30px` |