\n\u003C/template>\n\n\u003Cscript setup>\nconst translationField = ref(null)\n\nfunction nextCard() {\n translationField.value.focus() // throws: 'focus is not a function'\n \n nextTick(() => {\n translationField.value.focus() // same error\n })\n\n // below works ok\n nextTick(() => {\n const input = translationField.value?.$el?.querySelector('input')\n if (input) {\n input.focus()\n }\n })\n}\n\u003C/script>\n```\n\n\n### Description\nStandard Vue method of using template ref (for setting a focus, here) throws: 'focus() is not a function'\nIn the above code snippet I included workaround (credits to Sonnet 3.5)\nTried it dozen of times and checked this place to see if it has not been solved earlier.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2936,2937,2938],{"name":2893,"color":2924},{"name":2867,"color":2868},{"name":2870,"color":2871},3644,"\u003CUInput> template ref does not work","2025-03-21T13:14:18Z","https://github.com/nuxt/ui/issues/3644",0.6754693,{"description":2945,"labels":2946,"number":2957,"owner":2853,"repository":2853,"state":2897,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Environment\n\n-\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-cwy9wkvf?file=app.vue\n\n### Describe the bug\n\nRegression introduced in https://github.com/nuxt/nuxt/pull/31373\n\nBefore:\n\nhttps://github.com/user-attachments/assets/ac917f7d-5926-4b76-a67d-c2ce410207d4\n\nAfter:\n\nhttps://github.com/user-attachments/assets/103ac446-2087-48b9-b402-9b117efff833\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2947,2950,2951,2954],{"name":2948,"color":2949},"workaround available","11376d",{"name":2893,"color":2924},{"name":2952,"color":2953},"❗ p4-important","D93F0B",{"name":2955,"color":2956},"possible regression","B90A42",31896,"bug: \u003Cno response> Request aborted as another request to the same endpoint was initiated.","2025-04-26T13:11:40Z","https://github.com/nuxt/nuxt/issues/31896",0.6759464,{"description":2963,"labels":2964,"number":2971,"owner":2853,"repository":2853,"state":2897,"title":2972,"updated_at":2973,"url":2974,"score":2975},"### Environment\n\nN/A\n\n### Reproduction\n\nvisit any module in https://nuxt.com/modules\n\n### Describe the bug\n\n### (it's in every module, wasn't like this yesterday)\r\n\u003Cimg width=\"847\" alt=\"Screenshot 2022-12-29 at 12 13 39 PM\" src=\"https://user-images.githubusercontent.com/31113245/209986597-44095cc6-64fe-4e82-ba5c-8cdc481984c8.png\">\r\n\u003Cimg width=\"849\" alt=\"Screenshot 2022-12-29 at 12 13 57 PM\" src=\"https://user-images.githubusercontent.com/31113245/209986628-a7470109-e785-44a5-9fe4-a41cdca9ace7.png\">\r\n\n\n### Additional context\n\nI posted the same issue to the modules repo https://github.com/nuxt/modules/issues/533 but got no response so decided I'd try my luck here, sorry if it's the wrong place\n\n### Logs\n\n_No response_",[2965,2968],{"name":2966,"color":2967},"3.x","29bc7f",{"name":2969,"color":2970},"pending triage","E99695",12540,"Bug in Docs Module Overview","2023-01-19T16:06:44Z","https://github.com/nuxt/nuxt/issues/12540",0.6770435,["Reactive",2977],{},["Set"],["ShallowReactive",2980],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fGxerqimdpxKl30UYRLbQldoUqKORaHBgtBNXo1RNFKc":-1},"/nuxt/ui/2057"]