Yamakasinge
When using isr routeRules, are server plugins still called each render ?
Hello,
I have ISR route rules, and I was wondering if server plugins were executed when ISR is enabled for the route.
If so, is there a way to force a server plugin anyway on each render ?
1 replies
`refresh` method using `useLazyAsyncData` does nothing
Hello !
I am trying to refetch data on the client using the
refresh
method, however nothing happens :
On the console the log refreshWatch
is printed, but refresh
does not appear
Is this the intended behavior ?
Do you need a reproduction ?
How could I solve this ?
Thanks !1 replies
How to write a nuxt module compatible with Nuxt2 & Nuxt3 ?
I am trying to create a nuxt module that would be compatible with nuxt 2 & nuxt 3.
The only thing the module does is to add a plugin
How could I write that ?
Is something like that allowed and a good idea ?
I am affraid that defineNuxtPlugin doesn't exists on Nuxt 2, will it work ?
1 replies
How to auto import vuetify components in nuxt 3 ?
Hello, I'm trying to add auto import for vuetify components in my nuxt 3 project, however, I can't find a working solution.
I've tried to add a
modules/vuetify.ts
file to my project with the following content :
It works well, however, on the server I get the following error :
Does anyone got this to work ?
Thanks3 replies
Is it possible to disable server with nuxt test ?
By looking at the nuxt test documentation https://nuxt.com/docs/getting-started/testing , I understand that I can configure the command to disable the server.
However, how do I set the option ? In nuxt.config.ts ?
I want to avoid building nuxt server each time I want to test the server
Thanks
1 replies
How to update query params without performing a refresh ?
I try to keep in sync a field with query params :
However, each time the field is updated, I get a small spinner icon indicating the page is loading. This is not a great user experience.
Is it possible to explicity say to ignore navigating, just update query params ?
2 replies
Nuxt watch monorepo packages in dev
I have a pnpm monorepo with multiple package & Nuxt 3.
When a package rebuild in development nuxt 3 won't reload nitro server, I have to restart manually the server.
Is there a way to tell nuxt 3 to watch my packages ?
2 replies