Nuxt UI Radio Group Variants not displaying as shown in docs.
Client-side navigation still returns useFetch cache even though the cache has been cleared
defineCachedEventHandler()
method. If I remove one of the caches with storage.removeItem(key);
and refresh the page the new data is returned fine. But if I navigate client-side to another page and then navigate back to the page with the cached data, the old cache is returned. How do I avoid this?
I have tried the following solutions:
1. Setting cache
option on useFetch
to "no-store" and "no-cache...Monorepo using Nuxt/UI and TS ( + Vite)
[unimport] failed to find "LazyIcon" imported from "#components"
@nuxt/icon
module, but when I run my tests (with vitest
), I get the following error:
```bash
Error: [unimport] failed to find "LazyIcon" imported from "#components"
Plugin: nuxt:components:imports...What is the difference between renderSuspended and mountSuspended ?
Hide secret token in plugin install options
Validation of Form File Inputs (ui3)

Question about how to use getCachedData properly (server-side)
Self Hosted ISR
Optimize Netlify deployment for Nuxt 3 + Nitro? (Serverless limits exceeded)
How to run the Nuxt UI 3 playground?
Async Data Caching
Hot reload refresh issue, any idea what is causing this?
How to format query?
Build fail
Performance problem

IPX causing issues
Nuxt Icon causing CSP errors
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' 'nonce-GJ94fPFA2BCkEPaySFjRiT7z'". Either the 'unsafe-inline' keyword, a hash ('sha256-dPYPS1TMcPZggmgjSOaAH5OtT/S4bQBvI0YO4LbXBp8='), or a nonce ('nonce-...') is required to enable inline execution.
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' 'nonce-GJ94fPFA2BCkEPaySFjRiT7z'". Either the 'unsafe-inline' keyword, a hash ('sha256-dPYPS1TMcPZggmgjSOaAH5OtT/S4bQBvI0YO4LbXBp8='), or a nonce ('nonce-...') is required to enable inline execution.
Cache Policy
cannot import 'useApollo' composable from another composable
@nuxtjs/apollo
as the apollo client because it sets up things for me.
to make usage of it more conveneint, i made a composable useGlobalApollo
which exposes the default client.
```ts
// composables/useGlobalApollo.ts
export const useGlobalApollo = () => {...