\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\nSo the expected result is \r\n```html\r\n\u003Cdiv class=\"foobar\">\r\n \u003Cp>some p text\u003C/p>\r\n\u003C/div>\r\n```\r\n\r\nBut we get \r\n```html\r\n\u003Cfoobar>\r\n \u003Cp>some p text\u003C/p>\r\n\u003C/foobar>\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3187,3190,3192],{"name":3188,"color":3189},"3.x","29bc7f",{"name":3138,"color":3191},"E99695",{"name":3193,"color":3159},"needs reproduction",25166,"closed","Camel Cased Content Components Do Not Render in Nuxt 3.9.1","2024-01-12T13:47:20Z","https://github.com/nuxt/nuxt/issues/25166",0.6770294,{"description":3201,"labels":3202,"number":3209,"owner":3141,"repository":3142,"state":3195,"title":3210,"updated_at":3211,"url":3212,"score":3213},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.17.1\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.11\n- Package Manager: pnpm@9.6.0\n- Builder: -\n- User Config: modules, compatibilityDate\n- Runtime Modules: @nuxt/content@3.5.1\n- Build Modules: -\n\n### Reproduction\n\nI extended the Nuxt Content tests within the repo on my branch https://github.com/JessicaSachs/test-utils/pull/new/jess/vitest-nuxt-content\n\n### Describe the bug\n\n- Whenever `useRuntimeConfig` is used within the setup function of a component, the component fails to render. This happens for all the default Nuxt Content ProseH1-ProseH3 components.\n- Using `mountSuspended` within Vitest Browser Mode fails\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3203,3206],{"name":3204,"color":3205},"enhancement","a2eeef",{"name":3207,"color":3208},"good first issue","7057ff",1283,"support nuxt environment in browser mode","2025-05-15T13:23:03Z","https://github.com/nuxt/test-utils/issues/1283",0.6782264,{"labels":3215,"number":3222,"owner":3141,"repository":3141,"state":3195,"title":3223,"updated_at":3224,"url":3225,"score":3226},[3216,3217,3220,3221],{"name":3188,"color":3189},{"name":3218,"color":3219},"dx","C39D69",{"name":3155,"color":3156},{"name":3158,"color":3159},13176,"Errors when using a Vue components library using defineNuxtModule and third party dependencies","2023-01-19T16:48:30Z","https://github.com/nuxt/nuxt/issues/13176",0.6920023,{"description":3228,"labels":3229,"number":3232,"owner":3141,"repository":3141,"state":3195,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.0\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.6.7\r\n- Builder: vite\r\n- User Config: app, vite, build, modules, css, runtimeConfig, plugins, googleFonts, devtools\r\n- Runtime Modules: @pinia/nuxt@0.4.11, @pinia-plugin-persistedstate/nuxt@1.1.1, @nuxtjs/google-fonts@3.0.2, nuxt-icon@0.5.0\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\n[Reproduction](https://stackblitz.com/edit/github-egvwuo-q53rtw?file=README.md)\n\n### Describe the bug\n\nUsing a component in the template while also importing its type in the Composition API leads to an error.\n\n### Additional context\n\nIn reproduction you can delete comment tags in **bug.vue** page to see error. I don't encounter this error when i don't call the component within the template. You can see it on the **weird.vue** page or in the **bug.vue** page with a comment.\r\n\r\nI don't encounter this issue in a project where I'm using version ^3.6.2.\n\n### Logs\n\n```shell-script\nInternal server error: Failed to resolve import \".nuxt/components\" from \"pages\\course\\index.vue\". Does the file exist? 05:38:47 \r\n Plugin: vite:import-analysis\r\n File: *path*/pages/course/index.vue:8:32\r\n 2 | import { ref } from 'vue';\r\n 3 | import { defineComponent as _defineComponent } from \"vue\";\r\n 4 | import { ModalsClassroom } from \".nuxt/components\";\r\n | ^\r\n 5 | const _sfc_main = /* @__PURE__ */ _defineComponent({\r\n 6 | __name: \"index\",\n```\n",[3230,3231],{"name":3188,"color":3189},{"name":3138,"color":3191},22979,"Nuxt3.6.5 - Failed to resolve import \".nuxt/components\" | Using a component in the template while also importing its type in the Composition API leads to an error.","2023-09-04T10:36:49Z","https://github.com/nuxt/nuxt/issues/22979",0.69420356,{"labels":3238,"number":3241,"owner":3141,"repository":3141,"state":3195,"title":3242,"updated_at":3243,"url":3244,"score":3245},[3239,3240],{"name":3188,"color":3189},{"name":3138,"color":3191},13444,"Dynamic components with component is","2023-01-19T16:56:14Z","https://github.com/nuxt/nuxt/issues/13444",0.6954819,{"description":3247,"labels":3248,"number":3250,"owner":3141,"repository":3141,"state":3195,"title":3251,"updated_at":3252,"url":3253,"score":3254},"### Environment\n\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.9.0\n- Nuxt Version: 3.17.5\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.11\n- Package Manager: pnpm@8.10.2\n- Builder: -\n- User Config: compatibilityDate, devtools, vite\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nReproduction: https://codesandbox.io/p/devbox/romantic-stonebraker-w4cjhm?workspaceId=ws_L5VBxQpoiNBY27P4qyDsek\n\n### Describe the bug\n\nWhen running `nuxt dev`, the AutoImport feature fails to work correctly. The console displays errors indicating that built-in components (e.g., `NuxtWelcome`) fail to be processed properly.\n\n### Steps to Reproduce\n1. Set `vite.esbuild.minifyWhitespace = true` in `nuxt.config.ts`\n2. Add an empty `\u003Cscript setup lang=\"ts\">\u003C/script>` block in any `.vue` SFC (Single File Component)\n\n``` vue\n\u003Ctemplate>\n \u003Cdiv>\n \u003CNuxtRouteAnnouncer />\n \u003CNuxtWelcome />\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nconsole.log(\"111\");\n\u003C/script>\n```\n\n### Expected Behavior\nBuilt-in components should be auto-imported without errors during development.\n\n### Actual Behavior\nConsole errors occur for built-in components (e.g., `NuxtWelcome`), and auto-importing fails.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nWARN [Vue warn]: Failed to resolve component: NuxtRouteAnnouncer\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n at \u003CApp> \n at \u003CNuxtRoot>\n\nthis is setup\n```",[3249],{"name":3158,"color":3159},32290,"[Bug] AutoImport Fails for Components with `vite.esbuild.minifyWhitespace=true` in Dev Mode","2025-06-06T04:42:30Z","https://github.com/nuxt/nuxt/issues/32290",0.695766,{"description":3256,"labels":3257,"number":3261,"owner":3141,"repository":3179,"state":3195,"title":3262,"updated_at":3263,"url":3264,"score":3265},"### Environment\n\n- Operating System: `Linux`\n- Node Version: `v22.16.0`\n- Nuxt Version: `3.17.1`\n- CLI Version: `3.25.0`\n- Nitro Version: `2.11.11`\n- Package Manager: `pnpm@9.15.3`\n- Builder: `-`\n- User Config: `compatibilityDate, ssr, devtools, devServer, nitro, future, experimental, css, app, modules`\n- Runtime Modules: `@nuxt/ui@3.1.0, @nuxtjs/i18n@9.5.4, @nuxtjs/google-fonts@3.2.0, @pinia/nuxt@0.11.0, pinia-plugin-persistedstate/nuxt@4.2.0`\n- Build Modules: `-`\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.17.1\n\n### Reproduction\n\n- \n\n### Description\n\nAs mentioned [in Issue #3215](https://github.com/nuxt/ui/issues/3215#issuecomment-2799580371) this error still occurs when using the `UDrawer` component. This could be fixed like it was done in 77bf0ab for the `UModal` and `USlideover` components\n\n### Additional context\n\n\u003Cimg width=\"501\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5573ec8b-db18-4339-ac79-140970f172b9\" />\n\n### Logs\n\n```shell-script\n\n```",[3258,3259,3260],{"name":3155,"color":3156},{"name":3173,"color":3174},{"name":3176,"color":3177},4415,"UDrawer: `DialogContent` requires a `DialogTitle`","2025-06-28T08:52:38Z","https://github.com/nuxt/ui/issues/4415",0.6958609,["Reactive",3267],{},["Set"],["ShallowReactive",3270],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fvJ9xovknSC3lzFP4fAtV7DidphWm5AIdUc_4F3XiPVo":-1},"/nuxt/ui/4685"]