Cannot read property 'install' of undefined
imanaspaul opened this issue · 3 comments
imanaspaul commented
Cannot read property 'install' of undefined
amineyarman commented
Hello, can you give more context about this issue?
webwithwin commented
I also facing the same problem
Already add this to my main js file
import VueMouseParallax from 'vue-mouse-parallax'
Vue.use(VueMouseParallax)
In console log
Uncaught TypeError: Cannot read property 'install' of undefined
at Function.Vue.use (app.js:23691)
amineyarman commented
Hi! The latest update fixed this. Install vue-kinesis instead of vue-mouse-parallax. There is a section in the readme that explains how to migrate from the old version.