docs: update numeric type

This commit is contained in:
陈嘉涵
2020-01-29 10:11:09 +08:00
parent 36ba412f70
commit c6f424baa7
85 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ Vue.use(Loading);
|------|------|------|------|
| color | Loading color | *string* | `#c9c9c9` |
| type | Can be set to `spinner` | *string* | `circular` |
| size | Icon size | *string \| number* | `30px` |
| text-size | Text font size | *string \| number* | `14px` |
| size | Icon size | *number \| string* | `30px` |
| text-size | Text font size | *number \| string* | `14px` |
| vertical | Whether to arrange icons and text content vertically | *boolean* | `false` |
### Slots
+2 -2
View File
@@ -62,8 +62,8 @@ Vue.use(Loading);
|------|------|------|------|
| color | 颜色 | *string* | `#c9c9c9` |
| type | 类型,可选值为 `spinner` | *string* | `circular` |
| size | 加载图标大小,默认单位为`px` | *string \| number* | `30px` |
| text-size | 文字大小,默认单位为`px` | *string \| number* | `14px` |
| size | 加载图标大小,默认单位为`px` | *number \| string* | `30px` |
| text-size | 文字大小,默认单位为`px` | *number \| string* | `14px` |
| vertical | 是否垂直排列图标和文字内容 | *boolean* | `false` |
### Slots