VPullToRefresh API
Props
name | type | default |
|---|---|---|
boolean
| false | |
Removes the ability to click or target the component. | ||
number
| 64 | |
The distance the user must pull down to trigger a refresh. | ||
Events
name | type | |
|---|---|---|
[{ done: () => void }] | ||
Emitted when the user pulls down past the threshold. | ||
Slots
The default Vue slot. | ||
Slot to override the display of the progress indicator after a pull down | ||