vue-smooth-scroll icon indicating copy to clipboard operation
vue-smooth-scroll copied to clipboard

Uncaught ReferenceError: Vue is not defined

Open ivantw08 opened this issue 7 years ago • 1 comments

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

ivantw08 avatar Jan 06 '18 05:01 ivantw08

make sure to include

import Vue from 'Vue'

gabe1331 avatar Mar 18 '18 04:03 gabe1331