[new feature] Loading: size prop support number type

This commit is contained in:
陈嘉涵
2019-04-30 17:54:32 +08:00
parent 0a7ca2fb6e
commit e64dd9b121
6 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Vue.use(Loading);
|------|------|------|------|------|
| color | 颜色 | `String` | `#c9c9c9` | - |
| type | 类型,可选值为 `spinner` | `String` | `circular` | - |
| size | 加载图标大小 | `String` | `30px` | - |
| size | 加载图标大小 | `String | Number` | `30px` | - |
| text-size | 文字大小 | `String | Number` | `14px` | 2.0.0 |
### Slot