|
2 days ago | |
---|---|---|
.. | ||
dist | 2 days ago | |
src | 2 days ago | |
LICENSE | 2 days ago | |
README.md | 2 days ago | |
README_zh-CN.md | 2 days ago | |
package.json | 2 days ago |
BetterScroll with full plugin capabilities, don't care about the details of various plugin registrations.
import BScroll from 'better-scroll'
const bs = new BScroll('.wrapper', {
pullUpLoad: true,
scrollbar: true,
pullDownRefresh: true
// and so on
})