kue
kue
NNuxt
Created by Mubo on 3/20/2025 in #❓・help
Is it possible to use 'hydrate-never' with '<component :is="....' ?
Sorry for the jump in. So, basically the PR is to enable the experimental lazy hydration feature without auto-imports? If I want to enable lazy hydration without that flag, I need to define it with defineAsyncComponent and hydrateOn* method but the js is still loaded?
36 replies
NNuxt
Created by ZaKk on 8/11/2024 in #❓・help
api 404
what's inside your start command?
44 replies
NNuxt
Created by kue on 2/25/2024 in #❓・help
How to access environment variables or runtime config outside of Nuxt context?
Thank you for the reference!
6 replies
NNuxt
Created by kue on 2/25/2024 in #❓・help
How to access environment variables or runtime config outside of Nuxt context?
I needed it before because I think its require less rewrite (I'm migrating from Nuxt 2 to 3). Then I changed my mind after trying out the repository pattern. It works with previously defined axios function; just a little bit move things around.
6 replies