|
пре 1 недеља | |
---|---|---|
.. | ||
dist | пре 1 недеља | |
src | пре 1 недеља | |
LICENSE | пре 1 недеља | |
README.md | пре 1 недеља | |
README_zh-CN.md | пре 1 недеља | |
package.json | пре 1 недеља |
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
})