[Doc] Loading: remove circle type from document (#941)

This commit is contained in:
neverland
2018-04-25 20:33:04 +08:00
committed by GitHub
parent cd049f45ad
commit 8c4f6c7268
3 changed files with 4 additions and 25 deletions
+1 -8
View File
@@ -23,17 +23,10 @@ Vue.use(Loading);
<van-loading type="spinner" color="white" />
```
#### Circle
```html
<van-loading type="circle" color="black" />
<van-loading type="circle" color="white" />
```
### API
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
| color | Color | `String` | `black` | `black` `white` |
| type | Type | `String` | `circular` | `spinner` `circle` |
| type | Type | `String` | `circular` | `spinner` |
| size | Size | `String` | `30px` | - |
+1 -8
View File
@@ -23,17 +23,10 @@ Vue.use(Loading);
<van-loading type="spinner" color="white" />
```
#### Circle
```html
<van-loading type="circle" color="black" />
<van-loading type="circle" color="white" />
```
### API
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|
| color | 颜色 | `String` | `black` | `white` |
| type | 类型 | `String` | `circular` | `spinner` `circle` |
| type | 类型 | `String` | `circular` | `spinner` |
| size | 大小 | `String` | `30px` | - |