Doc: use upper case types

This commit is contained in:
陈嘉涵
2017-09-01 13:02:12 +08:00
parent 25c69fcf44
commit c061e0fb26
14 changed files with 71 additions and 59 deletions

View File

@@ -40,5 +40,5 @@ Vue.component(Loading.name, Loading);
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|
| color | 颜色 | `string` | `black` | `black` `white` |
| type | 类型 | `string` | `gradient-circle` | `gradient-circle` `circle` |
| color | 颜色 | `String` | `black` | `black` `white` |
| type | 类型 | `String` | `gradient-circle` | `gradient-circle` `circle` |