npm.io
2.5.1 • Published 3 years ago

@better-scroll/pull-up

Licence
Version
2.5.1
Deps
1
Size
34 kB
Vulns
0
Weekly
0
Stars
16.5K

@better-scroll/pull-up

中文文档

The ability to inject a pull-up load for BetterScroll.

Usage

import BScroll from '@better-scroll/core'
import PullUp from '@better-scroll/pull-up'
BScroll.use(PullUp)

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

Keywords