[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
+2
View File
@@ -49,6 +49,8 @@ export default {
| loading-text | Text to show when loading | `String` | `Loading...` |
| animation-duration | Animation duration | `Number` | `300` |
| head-height | Height of head | `Number` | `50` |
| disabled | Whether to disable | `Boolean` | `false` |
### Event