[new feauture] PullRefresh: add success-text、success-duration props (#2709)

This commit is contained in:
neverland
2019-02-10 18:41:09 +08:00
committed by GitHub
parent 88b8fc6e21
commit 3860c88d0d
3 changed files with 26 additions and 8 deletions
+2
View File
@@ -47,6 +47,8 @@ export default {
| pulling-text | Text to show when pulling | `String` | `Pull to refresh...` |
| loosing-text | Text to show when loosing | `String` | `Loose to refresh...` |
| loading-text | Text to show when loading | `String` | `Loading...` |
| success-text | Text to show when loading success | `String` | - |
| success-duration | Success text display duration(ms) | `String` | 500 |
| animation-duration | Animation duration | `Number` | `300` |
| head-height | Height of head | `Number` | `50` |
| disabled | Whether to disable | `Boolean` | `false` |