BlogPlaygroundOne

Pull To Refresh

The PullToRefresh allows users to update content with a simple downward swipe on their screen. Works for Mobile and Desktop.

Installation

Labs components require manual import and registration with the Vuetify instance.

src/plugins/vuetify.js
import { VPullToRefresh } from 'vuetify/labs/VPullToRefresh'

export default createVuetify({
  components: {
    VPullToRefresh,
  },
})

Usage

Drag the list downward to activate the pull-to-refresh feature.

1
2
3

API

ComponentDescription
v-pull-to-refreshPrimary Component
Toggle Inline API

Ready for more?

Continue your learning with related content selected by the Team or move between pages by using the navigation links below.