vue-scrollbar-simple is a vue component of scrollbar
$ npm install vue-scrollbar-simple --save
import VueScrollbar from 'vue-scrollbar-simple'
Vue.use(VueScrollbar)
<vue-scrollbar><div>content</div></vue-scrollbar>
components: { VueScrollbar }
vue-scrollbar-simple is a vue component of scrollbar
$ npm install vue-scrollbar-simple --save
import VueScrollbar from 'vue-scrollbar-simple'
Vue.use(VueScrollbar)
<vue-scrollbar><div>content</div></vue-scrollbar>
components: { VueScrollbar }