|
il y a 2 semaines | |
---|---|---|
.. | ||
dist | il y a 2 semaines | |
src | il y a 2 semaines | |
LICENSE | il y a 2 semaines | |
README.md | il y a 2 semaines | |
README_zh-CN.md | il y a 2 semaines | |
package.json | il y a 2 semaines |
The ability to inject a pull-down refresh for BetterScroll.
import BScroll from '@better-scroll/core'
import Pulldown from '@better-scroll/pull-down'
BScroll.use(Pulldown)
const bs = new BScroll('.wrapper', {
pullDownRefresh: true
})