kue
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
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