Closed iwasherefirst2 closed 3 years ago
How can I use this in a component without registering it in Vue Vue.use(VueSmoothScroll, { duration: 400, updateHistory: false, })
Vue.use(VueSmoothScroll, { duration: 400, updateHistory: false, })
?
any answers?
It can't, it is a vue plugin the reason why can't register to vue?
may be this scroll-behavio css property will help you
How can I use this in a component without registering it in Vue
Vue.use(VueSmoothScroll, { duration: 400, updateHistory: false, })
?