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