[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
+3 -3
View File
@@ -39,7 +39,7 @@ export default {
}
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -54,14 +54,14 @@ export default {
| disabled | Whether to disable | `Boolean` | `false` |
### Event
### Events
| Event | Description | Parameters |
|------|------|------|
| refresh | Triggered when pull refresh | - |
### Slot
### Slots
| Name | Description |
|------|------|
+3 -3
View File
@@ -40,7 +40,7 @@ export default {
}
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -54,13 +54,13 @@ export default {
| head-height | 顶部内容高度 | `Number` | `50` | - |
| disabled | 是否禁用 | `Boolean` | `false` | 1.1.10 |
### Event
### Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| refresh | 下拉刷新时触发 | - |
### Slot
### Slots
| 名称 | 说明 |
|------|------|