[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

View File

@@ -82,7 +82,7 @@ export default {
</div>
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|------|
@@ -96,13 +96,13 @@ export default {
| inactive-color | Inactive color of bar | `String` | `#e5e5e5` |
| vertical | Whether to display vertical | `Boolean` | `false` |
### Event
### Events
| Event | Description | Arguments |
|------|------|------|
| change | Triggered after value change | value: current rate |
### Slot
### Slots
| Name | Description |
|------|------|

View File

@@ -83,7 +83,7 @@ Slider 垂直展示时,高度为 100% 父元素高度
</div>
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -97,13 +97,13 @@ Slider 垂直展示时,高度为 100% 父元素高度
| inactive-color | 进度条默认颜色 | `String` | `#e5e5e5` | 1.5.1 |
| vertical | 是否垂直展示 | `Boolean` | `false` | 1.6.13 |
### Event
### Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| change | 进度值改变后触发 | value: 当前进度 |
### Slot
### Slots
| 名称 | 说明 |
|------|------|