[Doc] remove Accepted Values (#991)

This commit is contained in:
neverland
2018-05-05 10:57:26 +08:00
committed by GitHub
parent b39853f1bc
commit 3f8369e599
26 changed files with 243 additions and 238 deletions
+5 -5
View File
@@ -25,8 +25,8 @@ Vue.use(Loading);
### API
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|
| color | 颜色 | `String` | `black` | `white` |
| type | 类型 | `String` | `circular` | `spinner` |
| size | 大小 | `String` | `30px` | - |
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| color | 颜色,可选值为 `block` `white` | `String` | `black` |
| type | 类型,可选值为 `circular` `spinner` | `String` | `circular` |
| size | 大小 | `String` | `30px` |