|
4 天之前 | |
---|---|---|
.. | ||
dist | 4 天之前 | |
src | 4 天之前 | |
LICENSE | 4 天之前 | |
README.md | 4 天之前 | |
README_zh-CN.md | 4 天之前 | |
package.json | 4 天之前 |
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
})