|
3 天之前 | |
---|---|---|
.. | ||
dist | 3 天之前 | |
src | 3 天之前 | |
LICENSE | 3 天之前 | |
README.md | 3 天之前 | |
README_zh-CN.md | 3 天之前 | |
package.json | 3 天之前 |
An elegant and beautiful scroll bar.
import BScroll from '@better-scroll/core'
import Scrollbar from '@better-scroll/scroll-bar'
BScroll.use(Scrollbar)
const bs = new BScroll('.wrapper', {
scrollbar: true
})