\r\n\u003C/template>\r\n```\r\n\r\nThis components prints undefined in the console if its clientonly (it works if wrapped in ClientOnly but not if the file is .client.vue)\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2899,2900],{"name":2885,"color":2886},{"name":2901,"color":2902},"pending triage","E99695",24398,"Template Refs are undefined in onMounted hook in *.client.vue components","2023-11-22T00:04:50Z","https://github.com/nuxt/nuxt/issues/24398",0.68631184,{"labels":2909,"number":2911,"owner":2874,"repository":2874,"state":2891,"title":2912,"updated_at":2913,"url":2914,"score":2915},[2910],{"name":2885,"color":2886},14314,"Template interpolation works correctly in dev, but fails with undefined property when in production build","2023-01-19T17:33:21Z","https://github.com/nuxt/nuxt/issues/14314",0.6899565,{"description":2917,"labels":2918,"number":2923,"owner":2874,"repository":2874,"state":2891,"title":2924,"updated_at":2925,"url":2926,"score":2927},"### Environment\n\n```\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.17.0\r\n- Nuxt Version: 3.4.3\r\n- Nitro Version: 2.3.3\r\n- Package Manager: pnpm@7.1.0\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n```\n\n### Reproduction\n\nhttps://codesandbox.io/p/sandbox/nuxt-page-kills-template-content-zbiggk\n\n### Describe the bug\n\n`template`-content can not be read the second time anymore upon switching pages.\r\n\r\nThe element is still referenced by $ref but `.innerHTML` is nothing.\r\n\r\nIn another test project, the template element can not be found at all the second time.\r\nReproduced here.\n\n### Additional context\n\nHappens with VSCode locally on my machine too. \r\n\r\nThe direct link to the test component: [/components/preContainer.vue](https://codesandbox.io/p/sandbox/nuxt-page-kills-template-content-zbiggk?file=%2Fcomponents%2FpreContainer.vue)\n\n### Logs\n\n_No response_",[2919,2920],{"name":2885,"color":2886},{"name":2921,"color":2922},"upstream","E8A36D",20611,"`\u003Ctemplate>` Element vanishes(?) from DOM, when NuxtLink-switching `pages/*`","2024-01-03T09:54:36Z","https://github.com/nuxt/nuxt/issues/20611",0.69057256,{"description":2929,"labels":2930,"number":2939,"owner":2874,"repository":2874,"state":2891,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### Environment\r\n\r\n```\r\n❯ npx nuxi info\r\nNuxi 3.0.0\r\n\r\nRootDir: /home/projects/github-dpyktf-owfxvw\r\nNuxt project info: \r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n```\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-dpyktf-owfxvw?file=app.vue\r\n\r\n### Describe the bug\r\n\r\n[Template refs](https://vuejs.org/guide/essentials/template-refs.html) are not available on [client-side only components](https://nuxt.com/docs/guide/directory-structure/components#client-components) defined in `.client` files.\r\n\r\nIt works as expected on components not having `.client` in their file name. It makes no difference if SSR is enabled or not. As long as a components file name ends with `.client` the ref is not set as expected on `onMounted`.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n\r\nConsole logs from the linked StackBlitz example:\r\n\r\n```\r\n{component: 'FocusInput', ref: input}\r\n{component: 'FocusInputBroken', ref: null}\r\n```\r\n",[2931,2934,2935,2938],{"name":2932,"color":2933},"documentation","5319e7",{"name":2885,"color":2886},{"name":2936,"color":2937},"bug","d73a4a",{"name":2888,"color":2889},15551,"Template refs in .client components not available at `onMounted()`","2023-01-19T17:54:02Z","https://github.com/nuxt/nuxt/issues/15551",0.69404924,{"labels":2945,"number":2951,"owner":2874,"repository":2874,"state":2891,"title":2952,"updated_at":2953,"url":2954,"score":2955},[2946,2947,2948],{"name":2885,"color":2886},{"name":2936,"color":2937},{"name":2949,"color":2950},"🔨 p3-minor","FBCA04",14242,"ref is not defined when import.meta.glob is used when template has an html class","2023-01-19T17:30:08Z","https://github.com/nuxt/nuxt/issues/14242",0.6947347,{"labels":2957,"number":2960,"owner":2874,"repository":2874,"state":2891,"title":2961,"updated_at":2962,"url":2963,"score":2964},[2958,2959],{"name":2885,"color":2886},{"name":2901,"color":2902},14465,"Template refs can only be addressed correctly during initial loading","2023-01-19T17:35:46Z","https://github.com/nuxt/nuxt/issues/14465",0.70070845,{"labels":2966,"number":2967,"owner":2874,"repository":2874,"state":2891,"title":2968,"updated_at":2969,"url":2970,"score":2971},[],14409,"_unref not defined on build","2023-01-19T17:35:08Z","https://github.com/nuxt/nuxt/issues/14409",0.70127356,{"labels":2973,"number":2978,"owner":2874,"repository":2874,"state":2891,"title":2979,"updated_at":2980,"url":2981,"score":2982},[2974,2975],{"name":2885,"color":2886},{"name":2976,"color":2977},"upstream-bug","B60205",13621,"Template Refs inside v-for not working with Composition API","2023-01-19T17:02:46Z","https://github.com/nuxt/nuxt/issues/13621",0.70181376,["Reactive",2984],{},["Set"],["ShallowReactive",2987],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fESY1CE18bv_lIMuGRJGVV21TuvohWV4xU-WjLJZdl2I":-1},"/nuxt/nuxt/26239"]