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

runtime config needs update to be compatible with newer nuxt versions

jpengelbrecht opened this issue Ā· comments

[nuxt] [runtimeConfig] You are trying to access a public runtime config value (motion) directly from the top level. This currently works (for backward compatibility with Nuxt 2) but this compatibility layer will be removed in v3.5. Instead, you can update config['motion'] to config.public['motion'].