Aminerman / vue-kinesis

Easily create complex interactive animations with Vue.js
https://www.aminerman.com/kinesis/
MIT License
1.47k stars 59 forks source link

Cannot read property 'install' of undefined #13

Closed imanaspaul closed 4 years ago

Aminerman commented 4 years ago

Hello, can you give more context about this issue?

webwithwin commented 4 years ago

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)

Aminerman commented 4 years ago

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.