[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
+2 -2
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` |