vueuse / motion

🤹 Vue Composables putting your components in motion
https://motion.vueuse.org
MIT License
2.37k stars 82 forks source link

Dependency conflict while using with Nuxt 3 #95

Closed atharvnuthi closed 1 year ago

atharvnuthi commented 1 year ago

Screenshot (207)

Seems like Nuxt 3 is using vue 3 and this library needs vue 2. Composition API error will come automatically, as a result, because vue 2 uses a different version. Have you created support for Vue 3 yet?

Bete Version isn't working either.

atharvnuthi commented 1 year ago

"@vueuse/motion": "^2.0.0-beta.23" - I used this & no erros. So I guess, I´ll have to stick with beta version for now.