[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
| Attribute | Description | Type | Default | Accepted Values |
|-----------|-----------|-----------|-------------|-------------|
| color | Color | `String` | `black` | `black` `white` |
| type | Type | `String` | `circular` | `spinner` |
| size | Size | `String` | `30px` | - |
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
| color | Can be set to `black` `white` | `String` | `black` | |
| type | Can be set to `circular` `spinner` | `String` | `circular` |
| size | Size | `String` | `30px` |