[Improvement] PullRefresh: add disabled prop (#1336)

This commit is contained in:
neverland
2018-06-27 09:21:49 +08:00
committed by GitHub
parent 29bb446e94
commit 2aa26d09ba
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -49,6 +49,7 @@ export default {
| loading-text | 加载过程中顶部文案 | `String` | `加载中...` |
| animation-duration | 动画时长 | `Number` | `300` |
| head-height | 顶部内容高度 | `Number` | `50` |
| disabled | 是否禁用 | `Boolean` | `false` |
### Event