|
hace 5 días | |
---|---|---|
.. | ||
dist | hace 5 días | |
src | hace 5 días | |
LICENSE | hace 5 días | |
README.md | hace 5 días | |
README_zh-CN.md | hace 5 días | |
package.json | hace 5 días |
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
})