vueuse / motion

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

fix: import nuxt composables from #imports #158

Closed danielroe closed 5 months ago

danielroe commented 7 months ago

This is a DX improvement when developing - we can avoid loading the entire barrel file at #app by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.

rylanharper commented 6 months ago

Any news on when this might be implemented?