|
2 일 전 | |
---|---|---|
.. | ||
dist | 2 일 전 | |
src | 2 일 전 | |
LICENSE | 2 일 전 | |
README.md | 2 일 전 | |
README_zh-CN.md | 2 일 전 | |
package.json | 2 일 전 |
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
})