mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Loading: document
This commit is contained in:
parent
4a12659b14
commit
29f1c40e1b
@ -27,6 +27,6 @@ Vue.use(Loading);
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|-----------|-----------|-----------|-------------|
|
||||
| color | Can be set to `black` `white` | `String` | `black` | |
|
||||
| type | Can be set to `circular` `spinner` | `String` | `circular` |
|
||||
| color | Can be set to `white` | `String` | `black` | |
|
||||
| type | Can be set to `spinner` | `String` | `circular` |
|
||||
| size | Size | `String` | `30px` |
|
||||
|
@ -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` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user