|
4 天之前 | |
---|---|---|
.. | ||
dist | 4 天之前 | |
src | 4 天之前 | |
LICENSE | 4 天之前 | |
README.md | 4 天之前 | |
README_zh-CN.md | 4 天之前 | |
package.json | 4 天之前 |
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
})