feat(PullRefresh): add pull-distance prop (#8280)

This commit is contained in:
neverland
2021-03-04 20:41:53 +08:00
committed by GitHub
parent d54ba516f3
commit 6d8ed45608
5 changed files with 38 additions and 6 deletions
+1
View File
@@ -117,6 +117,7 @@ export default {
| success-duration | 刷新成功提示展示时长(ms) | _number \| string_ | `500` |
| animation-duration | 动画时长 | _number \| string_ | `300` |
| head-height | 顶部内容高度 | _number \| string_ | `50` |
| pull-distance `v3.0.8` | 触发下拉刷新的距离 | _number \| string_ | 与 `head-height` 一致 |
| disabled | 是否禁用下拉刷新 | _boolean_ | `false` |
### Events