scrollbar is used to BetterScroll, which behaves like browser scrollbar
npm install @better-scroll/scroll-barAn elegant and beautiful scroll bar.
``js
import BScroll from '@better-scroll/core'
import Scrollbar from '@better-scroll/scroll-bar'
BScroll.use(Scrollbar)
const bs = new BScroll('.wrapper', {
scrollbar: true
})
``