[new feature] Loading: add circular type (#618)
This commit is contained in:
@@ -30,6 +30,13 @@ Vue.use(Loading);
|
||||
<van-loading type="spinner" color="white" />
|
||||
```
|
||||
|
||||
#### Circular
|
||||
|
||||
```html
|
||||
<van-loading type="circular" color="black" />
|
||||
<van-loading type="circular" color="white" />
|
||||
```
|
||||
|
||||
### API
|
||||
|
||||
| Attribute | Description | Type | Default | Accepted Values |
|
||||
|
||||
@@ -30,6 +30,13 @@ Vue.use(Loading);
|
||||
<van-loading type="spinner" color="white" />
|
||||
```
|
||||
|
||||
#### Circular
|
||||
|
||||
```html
|
||||
<van-loading type="circular" color="black" />
|
||||
<van-loading type="circular" color="white" />
|
||||
```
|
||||
|
||||
### API
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
||||
|
||||
Reference in New Issue
Block a user