Simple IntegrationEasily integrate pull-to-refresh functionality in your Vue 3 application with minimal setup and customization.
Remount or In-Place RefreshRe-mount children on each pull via `isRefreshContent`, or keep them mounted and update data yourself through the queue.
Queue Async TasksQueue multiple asynchronous tasks from anywhere in the tree — they run in parallel and the loader waits for the slowest one to finish.