plex
plex
NNuxt
Created by Hugo on 3/9/2025 in #❓・help
Add google map with nuxt
What's wrong with Nuxt Scripts, which has a Google Maps implementation? https://scripts.nuxt.com/scripts/content/google-maps
35 replies
NNuxt
Created by plex on 3/9/2025 in #❓・help
[Nuxt 3.16] useFetch data empty on SSR
Anyone with an idea what might be causing this?
8 replies
NNuxt
Created by plex on 3/9/2025 in #❓・help
[Nuxt 3.16] useFetch data empty on SSR
Update: It's not necessarily @nuxt/image, as I can't always reproduce this, e.g. on Vercel. But rolling back to Nuxt 3.15.4 definitely fixes it, so it has to do with the latest Nuxt version.
8 replies
NNuxt
Created by plex on 3/9/2025 in #❓・help
[Nuxt 3.16] useFetch data empty on SSR
Okay now that's interesting: if I remove the @nuxt/image module it works again. Vice versa, if I add @nuxt/image to a new project, the data won't load correctly. What could be the reason for this?
8 replies
NNuxt
Created by plex on 2/27/2024 in #❓・help
Reactivity on rendered elements?
The value itself is reacting though, the {{ liked }} part in the template is changing accordingly to the result.
3 replies
NNuxt
Created by plex on 2/21/2024 in #❓・help
Refetching and rerendering AsyncQueries from Apollo?
Okay actually it just seems to be this way. I've found this issue on GitHub with basically the same problem and so far no updates: https://github.com/nuxt-modules/apollo/issues/496
3 replies
NNuxt
Created by plex on 4/7/2023 in #❓・help
NuxtLink inside computed text?
Thanks. That sounds a bit more complicated than I thought, but I will have a look into it.
4 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
I will definitely try Pinia. Right now I've found a quick workaround by using mitt as a plugin, but using the store feels more "nuxty"
13 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
You mean with useState?
13 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
Alright that sounds like a plan, will also check out Pinia. Thank you. 🙂
13 replies
NNuxt
Created by plex on 2/20/2023 in #❓・help
How to handle global notifications?
Thanks, but isn't this more for keeping data in the store? In my use case these notifications come and go and shouldn't actually be preserved after being shown once
13 replies