中文文档
The ability to inject a pull-up load for BetterScroll.
import BScroll from '@better-scroll/core' import PullUp from '@better-scroll/pull-up' BScroll.use(PullUp) const bs = new BScroll('.wrapper', { pullUpLoad: true })