mirror of
https://github.com/youzan/vant.git
synced 2026-03-26 02:03:21 +08:00
[new feature] Icon: size prop support number type
This commit is contained in:
@@ -41,8 +41,8 @@ Vue.use(Loading);
|
||||
|------|------|------|------|------|
|
||||
| color | 颜色 | `String` | `#c9c9c9` | - |
|
||||
| type | 类型,可选值为 `spinner` | `String` | `circular` | - |
|
||||
| size | 加载图标大小 | `String | Number` | `30px` | - |
|
||||
| text-size | 文字大小 | `String | Number` | `14px` | 2.0.0 |
|
||||
| size | 加载图标大小,默认单位为`px` | `String | Number` | `30px` | - |
|
||||
| text-size | 文字大小,默认单位为`px` | `String | Number` | `14px` | 2.0.0 |
|
||||
| vertical | 是否垂直排列图标和文字内容 | `Boolean` | `false` | 2.0.0 |
|
||||
|
||||
### Slots
|
||||
|
||||
Reference in New Issue
Block a user