\r\n \u003CNuxtWelcome />\r\n \u003C/div>\r\n \u003C/template>\r\n \r\n \u003Cscript>\r\n import Header from '~/components/layouts/header.vue';\r\n \u003C/script>\r\n ```\r\n\r\n\r\n8. npm run dev\r\n\n\n### Describe the bug\n\n[Vue warn]: Failed to resolve component: Header\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2896,2897],{"name":2868,"color":2869},{"name":2871,"color":2872},19310,"If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.","2023-02-27T12:15:17Z","https://github.com/nuxt/nuxt/issues/19310",0.61389226,{"description":2904,"labels":2905,"number":2908,"owner":2877,"repository":2877,"state":2878,"title":2909,"updated_at":2910,"url":2911,"score":2912},"### 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",[2906,2907],{"name":2868,"color":2869},{"name":2871,"color":2872},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.62337655,{"description":2914,"labels":2915,"number":2918,"owner":2877,"repository":2877,"state":2878,"title":2919,"updated_at":2920,"url":2921,"score":2922},"### Environment\n\nnuxt 3 rc12\r\nwin10\n\n### Reproduction\n\nIf i put project in one dir it work, if move to other not work. Always something not work.\n\n### Describe the bug\n\nruntime-core.esm-bundler.js:38 [Vue warn]: Failed to resolve component: nuxt-child\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\nruntime-core.esm-bundler.js:38 [Vue warn]: Hydration node mismatch:\r\n- Client vnode: nuxt-child \r\n- Server rendered DOM: \u003C!----> \r\n at \u003CQuality onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \r\n at \u003CAnonymous key=\"/quality\" routeProps= Object pageKey=\"/quality\" ... > \r\n at \u003CBaseTransition mode=\"out-in\" appear=false persisted=false ... > \r\n at \u003CTransition name=\"page\" mode=\"out-in\" > \r\n at \u003CRouterView name=undefined route=undefined > \r\n at \u003CNuxtPage> \r\n at \u003CLayoutContent class=\"layoutContent py-0 bg-[#f8f8f8]\" > \r\n at \u003CLayout class=\"w-[100%] bg-[#f8f8f8]\" > \r\n at \u003CLayout class=\"flex h-[100%]\" has-sider=\"\" > \r\n at \u003CDefault > \r\n at \u003CAnonymous key=\"default\" name=\"default\" hasTransition=true > \r\n at \u003CBaseTransition mode=\"out-in\" appear=false persisted=false ... > \r\n at \u003CTransition name=\"layout\" mode=\"out-in\" > \r\n at \u003CAnonymous> \r\n at \u003CConfigProvider inline-theme-disabled=\"\" theme-overrides= Object locale= Object ... > \r\n at \u003CMessageProvider> \r\n at \u003CDialogProvider> \r\n at \u003CApp key=1 > \r\n at \u003CNuxtRoot>\n```\n",[2916,2917],{"name":2868,"color":2869},{"name":2871,"color":2872},15309,"runtime-core.esm-bundler.js:38 [Vue warn]: Failed to resolve component: nuxt-child If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. ","2023-01-19T17:48:01Z","https://github.com/nuxt/nuxt/issues/15309",0.63718206,{"description":2924,"labels":2925,"number":2928,"owner":2877,"repository":2877,"state":2878,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Environment\r\n\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.19.0`\r\n- Nuxt Version: `3.2.0`\r\n- Nitro Version: `2.2.1`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-starter-h59wrv?file=pages/index.vue\r\n\r\n- press the button\r\n- the page does not navigate to /about\r\n\r\n\r\n### Describe the bug\r\n\r\nThe nuxt-link inside the dependency example-lib does not work. it's not connected to the nuxt-link component.\r\n\r\n### Additional context\r\n\r\nCode\r\nhttps://github.com/TimvdEijnden/example-nuxt\r\nhttps://github.com/TimvdEijnden/example-lib\r\n\r\n### Logs\r\n\r\n```shell-script\r\nchunk-3NMN3MUW.js?v=e2403010:1381 [Vue warn]: Failed to resolve component: nuxt-link\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \r\n at \u003CMyRouterLink to=\"/about\" is-nuxt=\"\" > \r\n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \r\n at \u003CRouteProvider key=\"/\" routeProps= Object pageKey=\"/\" ... > \r\n at \u003CFragmentWrapper > \r\n at \u003CRouterView name=undefined route=undefined > \r\n at \u003CNuxtPage> \r\n at \u003CApp key=2 > \r\n at \u003CNuxtRoot>\r\n```\r\n",[2926,2927],{"name":2868,"color":2869},{"name":2874,"color":2875},19037,"failed to resolve NuxtLink when used in dependency","2023-09-08T07:09:44Z","https://github.com/nuxt/nuxt/issues/19037",0.63719714,{"labels":2934,"number":2937,"owner":2877,"repository":2877,"state":2878,"title":2938,"updated_at":2939,"url":2940,"score":2941},[2935,2936],{"name":2868,"color":2869},{"name":2871,"color":2872},14054,"Error 500 Invalid route component with fresh install and pages/index.vue ","2023-01-19T17:37:46Z","https://github.com/nuxt/nuxt/issues/14054",0.6462685,{"labels":2943,"number":2946,"owner":2877,"repository":2877,"state":2878,"title":2947,"updated_at":2948,"url":2949,"score":2950},[2944,2945],{"name":2868,"color":2869},{"name":2871,"color":2872},13285,"Page layout not working as intended","2023-01-19T16:51:10Z","https://github.com/nuxt/nuxt/issues/13285",0.6469838,{"labels":2952,"number":2955,"owner":2877,"repository":2877,"state":2878,"title":2956,"updated_at":2957,"url":2958,"score":2959},[2953,2954],{"name":2868,"color":2869},{"name":2871,"color":2872},14355,"404 error on new page component","2023-01-19T17:34:21Z","https://github.com/nuxt/nuxt/issues/14355",0.64723533,{"description":2961,"labels":2962,"number":2965,"owner":2877,"repository":2877,"state":2878,"title":2966,"updated_at":2967,"url":2968,"score":2969},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v16.17.1`\r\n- Nuxt Version: `3.6.1`\r\n- Nitro Version: `2.5.2`\r\n- Package Manager: `npm@9.6.7`\r\n- Builder: `vite`\r\n- User Config: `devtools`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\n\n### Reproduction\n\n[https://stackblitz.com/edit/github-e9mmcr](https://stackblitz.com/edit/github-e9mmcr)\n\n### Describe the bug\n\nI don't want to use app.vue, so I deleted it, and now I get this error:\r\n```\r\nInternal server error: Failed to resolve import \"/Users/xxx/Desktop/xxx/app.vue\" from \"virtual:nuxt:/Users/xxx/Desktop/xxx/.nuxt/app-component.mjs\". Does the file exist?\r\n```\r\nHow do I fix this?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2963,2964],{"name":2868,"color":2869},{"name":2871,"color":2872},21964,"I can't disable app.vue","2023-07-05T19:29:31Z","https://github.com/nuxt/nuxt/issues/21964",0.64781123,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fKi5Sfz4XdxJ0btXG630mKMlcxFbdc0rFxkvCbpF_3gk":-1},"/nuxt/nuxt/14949"]