|
il y a 6 jours | |
---|---|---|
.. | ||
dist | il y a 6 jours | |
src | il y a 6 jours | |
LICENSE | il y a 6 jours | |
README.md | il y a 6 jours | |
README_zh-CN.md | il y a 6 jours | |
package.json | il y a 6 jours |
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
})