Aminerman/vue-kinesis

Cannot read property 'install' of undefined

Closed this issue · 3 comments

Cannot read property 'install' of undefined

Hello, can you give more context about this issue?

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)

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.