[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ export default {
<van-rate v-model="value" readonly />
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -102,7 +102,7 @@ export default {
| disabled | Whether to disable rate | `Boolean` | `false` |
| disabled-color | Disabled color | `String` | `#bdbdbd` |
### Event
### Events
| Event | Description | Parameters |
|------|------|------|
+2 -2
View File
@@ -86,7 +86,7 @@ export default {
<van-rate v-model="value" readonly />
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -102,7 +102,7 @@ export default {
| disabled | 是否禁用评分 | `Boolean` | `false` | - |
| disabled-color | 禁用时的颜色 | `String` | `#bdbdbd` | - |
### Event
### Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|