[Improvement] Loading: add size prop (#620)

This commit is contained in:
neverland
2018-02-07 17:28:59 +08:00
committed by GitHub
parent e53f543639
commit 2a3c75bc2f
4 changed files with 25 additions and 1 deletions

View File

@@ -43,3 +43,4 @@ Vue.use(Loading);
|-----------|-----------|-----------|-------------|-------------|
| color | Color | `String` | `black` | `black` `white` |
| type | Type | `String` | `gradient-circle` | `spinner` `circle` |
| size | Size | `String` | `30px` | - |

View File

@@ -43,3 +43,4 @@ Vue.use(Loading);
|-----------|-----------|-----------|-------------|-------------|
| color | 颜色 | `String` | `black` | `black` `white` |
| type | 类型 | `String` | `gradient-circle` | `spinner` `circle` |
| size | 大小 | `String` | `30px` | - |