\r\n \u003C/div>\r\n \u003Cdiv class=\"col -content\">\r\n \u003Cnuxt-child/>\r\n \u003C/div>\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\nIf the user goes to the index page, we show him menu column only using the index page that looks like:\r\n\r\n```\r\n\u003Ctemplate>\r\n \u003CTwoColumns>\r\n MENU GOES HERE\r\n \u003C/TwoColumns>\r\n\u003C/template>\r\n```\r\n\r\nThen he follows the nested route and the target page placed into the nuxt-child of the wrapper.\r\n\r\n# The first bug:\r\n\r\n1. Follow the /a link. There's an input field with v-model, type anything and it appears just after the input.\r\n2. Follow /a/b link. Type something into the input field. It will work, but after every keypress nuxt show the progress bar at the top of the page like it load something. Although that's just simple inner component value update.\r\n\r\n# The second bug:\r\n\r\n3. Now follow /a/b/c link. Now only the first key press works. After that the data stops updating. It seems the component dies after the first key press. Although /b and /c are just nested nuxt-childs without javascript at all. And only the buggy progress bar at the top keeps working.\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1538\">#c1538\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3176,3179],{"name":3177,"color":3178},"documentation","5319e7",{"name":3165,"color":3166},1715,"Mix of slot and nuxt-child breaks everything","2023-01-18T15:42:10Z","https://github.com/nuxt/nuxt/issues/1715",0.70375186,{"description":3186,"labels":3187,"number":3190,"owner":3152,"repository":3152,"state":3168,"title":3191,"updated_at":3192,"url":3193,"score":3194},"Hi,\r\n\r\nIt seems that loading async data is pretty easy from pages, yet I don't find any way to load data asynchronously from nested components.\r\n\r\nTo explain what I try to do, I made some example project: https://github.com/Xowap/nuxttest\r\n\r\nYou'll see that data loaded from `index.vue` is correctly rendered server-side yet data in `HttpBin.vue` isn't displayed at all and triggers an error.\r\n\r\nIs that an anti-pattern? A feature to come?\r\n\r\nThanks,\r\nRémy\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c24\">#c24\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3188,3189],{"name":3162,"color":3163},{"name":3165,"color":3166},32,"Async data in nested component","2023-01-18T15:38:24Z","https://github.com/nuxt/nuxt/issues/32",0.7066189,{"description":3196,"labels":3197,"number":3204,"owner":3152,"repository":3152,"state":3168,"title":3205,"updated_at":3206,"url":3207,"score":3208},"### Environment\r\n\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.5.2\r\n- Nitro Version: 2.4.1\r\n- Package Manager: pnpm@8.6.2\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-mh8tz7?file=layers%2Fextended%2Fnuxt.config.ts\r\n\r\nSteps to reproduce\r\n1. `cd layers/extended`\r\n2. `npm i`\r\n3. `npm run dev`\r\n\r\n\r\n\r\n\r\n\r\n### Describe the bug\r\n\r\nI'm trying to make components library for large project via layer and wish to organize my components in a some way using directory structure. But I've faced a problem: when I try to put my components into nested directory, e.g. `/components/base`, Vue failes to resolve these components. If I put components into root components directory all works fine. But this not a way I wanted to do my task.\r\nI've tried to use nuxt.config's `imports.dirs`, but it didn't help.\r\n\r\nThank you guys for your work and for any future feedback on this.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3198,3201],{"name":3199,"color":3200},"3.x","29bc7f",{"name":3202,"color":3203},"pending triage","E99695",21648,"Vue can't resolve components from parent nuxt layer if nested directories used.","2024-07-23T07:31:56Z","https://github.com/nuxt/nuxt/issues/21648",0.7072631,{"labels":3210,"number":3211,"owner":3152,"repository":3152,"state":3168,"title":3212,"updated_at":3213,"url":3214,"score":3215},[],13605,"Nuxt config components dirs behavior","2023-01-19T17:02:40Z","https://github.com/nuxt/nuxt/issues/13605",0.7078343,{"description":3217,"labels":3218,"number":3222,"owner":3152,"repository":3152,"state":3168,"title":3223,"updated_at":3224,"url":3225,"score":3226},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.9.3\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, experimental\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-issues-25423\r\n\r\n### Describe the bug\r\n\r\nUsing nested slots in a server components + `nuxt-client` breaks:\r\n\r\nExample\r\n\r\n```vue\r\n\u003C!-- ServerComp.vue -->\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n \u003CAppButton nuxt-client>\r\n \u003Cslot />\r\n \u003C/AppButton>\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\n```vue\r\n\u003C!-- App.vue -->\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n \u003CServerComp>\r\n Some slot content here\r\n \u003C/ServerComp>\r\n \u003C/div>\r\n\u003C/template>\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_",[3219,3220,3221],{"name":3199,"color":3200},{"name":3144,"color":3145},{"name":3149,"color":3150},25423,"Respect named slots in server components","2024-03-06T15:26:20Z","https://github.com/nuxt/nuxt/issues/25423",0.7078348,{"description":3228,"labels":3229,"number":3232,"owner":3152,"repository":3152,"state":3168,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### Environment\n\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.13.2`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `npm@8.1.2`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\n[https://stackblitz.com/edit/github-n2vmgz?file=pages/index.vue](url)\n\n### Describe the bug\n\nNuxtChild doesn't show\r\n\r\nconsole error\r\n\r\n`Vue warn]: Failed to resolve component: NuxtChild\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \r\n at \u003CParents onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C Proxy {…} > > \r\n at \u003CAnonymous key=\"/parents\" routeProps= {Component: {…}, route: {…}} pageKey=\"/parents\" ... > \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 \u003CApp key=1 > \r\n at \u003CNuxtRoot>`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3230,3231],{"name":3199,"color":3200},{"name":3202,"color":3203},15266,"NuxtChild or Nested Router doesn't work","2023-01-19T17:47:07Z","https://github.com/nuxt/nuxt/issues/15266",0.70881027,{"description":3238,"labels":3239,"number":3241,"owner":3152,"repository":3152,"state":3168,"title":3242,"updated_at":3243,"url":3244,"score":3245},"is it possible to add event handlers to nuxt-child and fire events from nested pages? \r\n\r\nnested.vue\r\n```\r\n\u003Ctemplate>\r\n \u003Cnuxt-child @something=\"handle_something\" />\r\n\u003C/template>\r\n```\r\n\r\nnested/index.vue\r\n```\r\n\u003Ctemplate>\r\n \u003Cbutton @click=\"$emit('something!')\" >something\u003C/button>\r\n\u003C/template>\r\n```\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1231\">#c1231\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3240],{"name":3165,"color":3166},1387,"listening on \u003Cnuxt-child> possible to pass events from nested routes?","2023-01-18T15:41:43Z","https://github.com/nuxt/nuxt/issues/1387",0.7100093,{"labels":3247,"number":3249,"owner":3152,"repository":3152,"state":3168,"title":3212,"updated_at":3250,"url":3251,"score":3252},[3248],{"name":3199,"color":3200},13342,"2023-01-19T17:03:04Z","https://github.com/nuxt/nuxt/issues/13342",0.71027607,["Reactive",3254],{},["Set"],["ShallowReactive",3257],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0-F-vyDTFBn382P90hizAownJIJbomTP7dpd4y7m1NE":-1},"/nuxt/ui/4320"]