1. @better-scroll/pull-down
pull down to refresh, behave likes App list refreshing
@better-scroll/pull-down
Package: @better-scroll/pull-down
Created by: ustbhuangyi
Last modified: Fri, 19 May 2023 10:27:08 GMT
Version: 2.5.1
License: MIT
Downloads: 13,359
Repository: https://github.com/ustbhuangyi/better-scroll

Install

npm install @better-scroll/pull-down
yarn add @better-scroll/pull-down

@better-scroll/pull-down

中文文档

The ability to inject a pull-down refresh for BetterScroll.

Usage

 import BScroll from '@better-scroll/core'
import Pulldown from '@better-scroll/pull-down'
BScroll.use(Pulldown)

const bs = new BScroll('.wrapper', {
  pullDownRefresh: true
})

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin