vueuse / motion

šŸ¤¹ Vue Composables putting your components in motion

Home Page:https://motion.vueuse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't resolve defu in @vueuse/motion/dist/index.mjs

mikael-j-rich opened this issue Ā· comments

The dependency "defu" does not seem to get installed. Where is this coming from?

same problem + 1

I solved it by execute the shell below

npm install defu

or

yarn add defu

I'm unable to reproduce this using the latest release so I'm closing this, if you're still experiencing this after updating please open a new issue with a reproduction.