\r\n \u003C/NuxtLayout>\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n3. Create any layout and index page\r\n4. `npm run dev`\r\n\r\n### Describe the bug\r\n\r\napp.vue has both NuxtPage and NuxtLayout inside, but either only layout is loaded, or only page\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2904,2905],{"name":2870,"color":2871},{"name":2885,"color":2886},28146,"Nuxt page not loading","2024-11-08T23:00:23Z","https://github.com/nuxt/nuxt/issues/28146",0.6472956,{"labels":2912,"number":2918,"owner":2873,"repository":2873,"state":2874,"title":2919,"updated_at":2920,"url":2921,"score":2922},[2913,2914,2915],{"name":2867,"color":2868},{"name":2870,"color":2871},{"name":2916,"color":2917},"upstream","E8A36D",13080,"after update have problems 3.0.0-27313139.1c88580 → 3.0.0-27324955.23397e6 ","2023-01-19T16:47:41Z","https://github.com/nuxt/nuxt/issues/13080",0.6480597,{"description":2924,"labels":2925,"number":2929,"owner":2873,"repository":2873,"state":2874,"title":2930,"updated_at":2931,"url":2932,"score":2933},"### Environment\n\n Operating System: Darwin\r\n- Node Version: v16.20.0\r\n- Nuxt Version: 3.7.3\r\n- CLI Version: 3.8.4\r\n- Nitro Version: 2.6.3\r\n- Package Manager: yarn@1.22.17\r\n- Builder: -\r\n- User Config: css, app, modules, plugins, piniaPersistedstate, tailwindcss, vite, nitro\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @pinia/nuxt@0.4.11, @pinia-plugin-persistedstate/nuxt@1.1.2, nuxt-icon@0.5.0, @element-plus/nuxt@1.0.6\r\n- Build Modules: -\r\n\n\n### Reproduction\n\nNone\n\n### Describe the bug\n\nWhen I use Pina or Editor, the page loads more slowly than the other components\r\nI found a way to fix it\r\n\r\napp.vue\r\n```\r\n \u003Cdiv id=\"app\" class=\"hidden\">\r\n \u003CNuxtPage />\r\n \u003C/div>\r\n```\r\n\r\nhidden -> tailwindcss\r\n\r\n~/plugins/loading.ts\r\n\r\n```\r\nexport default defineNuxtPlugin((nuxtApp) => {\r\n nuxtApp.hook('page:finish', () => {\r\n const app = document.querySelector('#app')\r\n // @ts-ignore\r\n app.className = app.className.replace('hidden', '')\r\n })\r\n\r\n})\r\n```\r\n\r\nremove hidden when the page has finished loading\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2926,2927,2928],{"name":2867,"color":2868},{"name":2870,"color":2871},{"name":2885,"color":2886},23305,"Fixed Bug: Nuxt3 some components load slowly","2023-09-23T19:15:25Z","https://github.com/nuxt/nuxt/issues/23305",0.65209067,{"description":2935,"labels":2936,"number":2940,"owner":2873,"repository":2873,"state":2874,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Environment\n\n\r\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.13.1`\r\n- Nuxt Version: `3.3.1`\r\n- Nitro Version: `2.3.2`\r\n- Package Manager: `npm@8.2.0`\r\n- Builder: `vite`\r\n- User Config: `ssr`, `css`, `app`, `plugins`, `nitro`, `vite`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new 16:12:51 \r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\r\n\r\n👉 Read documentation: https://nuxt.com\n\n### Reproduction\n\n\r\n\n\n### Describe the bug\n\nYou can see the picture\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2937,2938,2939],{"name":2867,"color":2868},{"name":2870,"color":2871},{"name":2885,"color":2886},20071,"How to Fix this problem when I run it after nuxt build","2023-04-06T08:22:16Z","https://github.com/nuxt/nuxt/issues/20071",0.65229785,{"labels":2946,"number":2950,"owner":2873,"repository":2873,"state":2874,"title":2951,"updated_at":2952,"url":2953,"score":2954},[2947,2948,2949],{"name":2867,"color":2868},{"name":2870,"color":2871},{"name":2885,"color":2886},14140,"hang when building app with `¿`","2023-01-19T17:25:54Z","https://github.com/nuxt/nuxt/issues/14140",0.65248734,{"description":2956,"labels":2957,"number":2961,"owner":2873,"repository":2873,"state":2874,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### Environment\n\n Operating System: Darwin\r\n Node Version: v20.8.1\r\n Nuxt Version: 3.8.1\r\n CLI Version: 3.9.1\r\n Nitro Version: 2.7.2\r\n Package Manager: yarn@4.0.1\r\n Builder: -\r\n User Config: ssr, runtimeConfig, app, build, css, imports, modules, postcss, vite, sourcemap, dayjs, googleFonts, loading, loadingIndicator, hooks\r\n Runtime Modules: @nuxtjs/google-fonts@3.0.2, dayjs-nuxt@2.1.9, @nuxtjs/svg-sprite@1.0.2, nuxt3-vuex-module@1.0.13, @nuxtjs/storybook@7.0.0\r\n Build Modules: -\n\n### Reproduction\n\nI have too many issues to post a minimal repro for everything.\n\n### Describe the bug\n\nI can't get reloading to work. Not even HMR, but anything. I make a change to the component, and I get a message in the console that \"page reload \u003Cfile name>\". Great.\r\n\r\nBut the code doesn't take effect. The only way to get the new code running is to manually restart the entire Nuxt server. Hot reloading doesn't work, refreshing the page doesn't work. Also, per https://github.com/nuxt/nuxt/issues/24216, I also have to make sure to kill the tab while the server loads. Then, when the server is done loading, I can open the tab, maybe do a hard refresh (inconsistent), and then I can see my changes.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2958,2959,2960],{"name":2867,"color":2868},{"name":2870,"color":2871},{"name":2885,"color":2886},24223,"Loading new changes doesn't work","2024-01-02T21:26:38Z","https://github.com/nuxt/nuxt/issues/24223",0.6537496,{"labels":2967,"number":2970,"owner":2873,"repository":2873,"state":2874,"title":2971,"updated_at":2972,"url":2973,"score":2974},[2968,2969],{"name":2867,"color":2868},{"name":2870,"color":2871},13506,"\u003Ccomponent> seems to be broken.","2023-01-19T16:58:02Z","https://github.com/nuxt/nuxt/issues/13506",0.6538058,["Reactive",2976],{},["Set"],["ShallowReactive",2979],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fuxJeCVd-TYAttFe6oWe5ugy7nz3PSd6syLM7cMRHzQ8":-1},"/nuxt/nuxt/13606"]