vue-smooth-scroll
vue-smooth-scroll copied to clipboard
Uncaught ReferenceError: Vue is not defined
after i use this plugin and all page not work
import vueSmoothScroll from 'vue-smooth-scroll' Vue.use(vueSmoothScroll)
console area showed Uncaught ReferenceError: Vue is not defined
make sure to include
import Vue from 'Vue'