Structuring nuxt 3 to be modular
How to properly lazy load the nuxt-monaco-editor module?
Error "...node_modules/vue/index.mjs' does not provide an export named 'default'" with latest
Docus not accepting app header component
Failed to fetch dynamically imported module: _nuxt/CVb79eUW.js #32795
Failed to fetch dynamically imported module: https://parafrasist.com/_nuxt/CVb79eUW.js
This error is very hard to reproduce, as it only happens to some users, based on what I see in Sentry logs. I haven’t been able to trigger it myself consistently....
nuxt context unavailable in definePageMeta `redirect`
definePageMeta
and the redirect
function, but my app needs i18n and when I try
```ts
definePageMeta({
redirect: (to) => {...How can I include additional files to the build?
hyderation error with colorMode
invert
when th e browser is in dark mode. However when I try to set the class as a reactive value related to colorMode
I get a hydration error.
The following correctly displays with no error (but is not visible when not viewed on dark mode)
```
<NuxtImg...Override Layer tailwind config from extending app.
nuxt.config.ts
```ts...i18n nuxt: setting locale via lang query param
Scrolling Issues with Nuxt application [ Please its urgent and im stuck ]
Default openDelay for Popovers in Nuxt UI v3.3.0
openDelay
in my app.config.ts
, but I don't see this option anymore.
Here's what worked in Nuxt UI v2.22:
```ts
export default defineAppConfig({
ui: {...custom useFetch composable return typing response

Extending UInput and UFormField
v-bind="$props"
....
NuxtUI3 Custom icons on vue app
Cloudflare Pages settings
defineExpose not working as expected
Nuxt + Supabase: getting JWT tokens in headers when using --host on a mobile device
pnpm dev --host
when on a mobile device connected to network <ipaddress>:3000, supabase is not persisting a session when on mobile -- but everything on my main dev laptop works just fine....Cannot use tailwind with Nuxt UI
nuxt.config.ts
:
```ts
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: "2025-07-15",...Import component fail and can't use them
