|
il y a 6 jours | |
---|---|---|
.. | ||
dist | il y a 6 jours | |
src | il y a 6 jours | |
LICENSE | il y a 6 jours | |
README.md | il y a 6 jours | |
README_zh-CN.md | il y a 6 jours | |
package.json | il y a 6 jours |
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
})