nuxt ui navigationmenu custom slot label and icon disappears
useFetch automatically fetching even when watch is disabled
transition not respecting z index
cannot invalidate cached data using getCachedData
useLazyFetch caching behavior in Nuxt 3 and could use some help figuring out the best solution.
Problem Description
I have a page component using useLazyFetch with a specific cache key:...how to override vue-emoji-picker css styles to match my site?
Nuxt-i18n language switcher
Ignore i18n cookie if directly opened an URL with a different locale
/de-DE/mypage will throw 404 when user has previously browsed using another locale. It seems, Nuxt always reads the cookie and redirects to previous locale. I tried many setup changes in nuxt.config they do not seem to have any effect even skipSettingLocaleOnNavigate : true as well.
So, question is - is it possible to force locale change when user opens a link from another source that has different locale then the one browsed/saved in i18n_redirected cookie?...Whats up with Nuxt + Shared Web Workers?
How do I create routes in Nuxt UI?
Kinda lost on how to handle errors on thrown on server properly on the client

changing the topic
How to support external assets properly ?
Huge head payload in server components
request.txt), so it has my little payload and GIANT head sections with data from nuxt seo and @nuxt/ui. Problem? WIth head: 7778 bytes, without 394, almost 20x difference. Why? Why even head is sent here, is there any option to disable it?
Additionally, each request has a lot of HTTP meta, around 648 bytes. Is there any option to combine small server components? Or a better way to render a lot of markdown, for example in UAccordion FAQ page?...net::ERR_CONTENT_LENGTH_MISMATCH when i try to open nuxt dev server on android virtual device.

Nuxt UI in Vite: Icons loading issue
Nuxt 3: How to close window open javascript
Reading file from folder, but path is different in dev/prod
I want add text and icon in UTable when datas is empty
Is there a way to get an element from the dom as writable with typescript support
ref(null) which does not work TypeScript. Any advice as to how I can retrieve an element like such in Nuxt?Issues with Directus Cms and Nuxt