mirror of
https://github.com/youzan/vant.git
synced 2026-04-02 02:01:00 +08:00
Doc: use upper case types
This commit is contained in:
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user