pull up to load more data
npm install @better-scroll/pull-upThe ability to inject a pull-up load for BetterScroll.
``js
import BScroll from '@better-scroll/core'
import PullUp from '@better-scroll/pull-up'
BScroll.use(PullUp)
const bs = new BScroll('.wrapper', {
pullUpLoad: true
})
``