\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```",[2906,2907,2910],{"name":2857,"color":2858},{"name":2908,"color":2909},"v3","49DCB8",{"name":2863,"color":2864},3644,"closed","\u003CUInput> template ref does not work","2025-03-21T13:14:18Z","https://github.com/nuxt/ui/issues/3644",0.65504587,{"description":2918,"labels":2919,"number":2922,"owner":2866,"repository":2886,"state":2912,"title":2923,"updated_at":2924,"url":2925,"score":2926},"Hover color should be green on `ProseA`\n\n\n\nReading [typography tokens](https://github.com/nuxt-themes/typography/blob/main/tokens.config.ts), colors should be declared inside `tokens.config.ts` this way.\n\n(Tried with `colors` and `color`, both don't work)\n\n```js\nexport default defineTheme({\n typography: {\n color: {\n // palette() returns the good color scheme\n primary: palette('#00dc82')\n }\n }\n})\n```",[2920],{"name":2857,"color":2921},"ff281a",1076,"[Typography] ProseA hover color not applied","2023-06-06T12:14:34Z","https://github.com/nuxt/nuxt.com/issues/1076",0.6619902,{"description":2928,"labels":2929,"number":2931,"owner":2866,"repository":2932,"state":2912,"title":2933,"updated_at":2934,"url":2935,"score":2936},"Hi! 👋 \r\n \r\nFirstly, thanks for your work on this project! 🙂\r\n\r\nToday I used [patch-package](https://github.com/ds300/patch-package) to patch `@nuxt/test-utils@3.12.1` for the project I'm working on.\r\n\r\nWhen starting `nuxt test` from a fresh install of `test-utils` I would get the following error:\r\n```\r\n ERROR Error: Failed to load url /Users/bahulneel/Projects/Hybr/app/packages/vetting/app/node_modules/@nuxt/test-utils/dist/shared/runtime/global-setup (resolved id: /Users/bahulneel/Projects/Hybr/app/packages/vetting/app/node_modules/@nuxt/test-utils/dist/shared/runtime/global-setup). Does the file exist?\r\n```\r\n\r\nI couldn't find any reference here, so I tracked down the cause. Here is the diff that solved my problem:\r\n\r\n```diff\r\ndiff --git a/node_modules/@nuxt/test-utils/dist/config.d.mts b/node_modules/@nuxt/test-utils/dist/config.d.mts\r\nindex 385ec4b..5200673 100644\r\n--- a/node_modules/@nuxt/test-utils/dist/config.d.mts\r\n+++ b/node_modules/@nuxt/test-utils/dist/config.d.mts\r\n@@ -1,4 +1,3 @@\r\n-import * as vite from 'vite';\r\n import { InlineConfig } from 'vite';\r\n import { NuxtConfig, Nuxt } from '@nuxt/schema';\r\n import { InlineConfig as InlineConfig$1 } from 'vitest';\r\ndiff --git a/node_modules/@nuxt/test-utils/dist/shared/test-utils.B57u8E0c.mjs b/node_modules/@nuxt/test-utils/dist/shared/test-utils.B57u8E0c.mjs\r\nindex 1a511b7..57b51cc 100644\r\n--- a/node_modules/@nuxt/test-utils/dist/shared/test-utils.B57u8E0c.mjs\r\n+++ b/node_modules/@nuxt/test-utils/dist/shared/test-utils.B57u8E0c.mjs\r\n@@ -197,6 +197,6 @@ async function setup(options = {}) {\r\n await setupFn(hooks);\r\n }\r\n \r\n-const distDir = dirname(fileURLToPath(import.meta.url));\r\n+const distDir = dirname(fileURLToPath(import.meta.url + '/../'));\r\n \r\n export { createPage as a, buildFixture as b, createBrowser as c, distDir as d, createTest as e, setup as f, getBrowser as g, loadFixture as l, setupMaps as s, waitForHydration as w };\r\n```\r\n\r\n\u003Cem>This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).\u003C/em>\r\n",[2930],{"name":2857,"color":2858},818,"test-utils","Runtime dir miss-calculated","2024-12-05T06:36:36Z","https://github.com/nuxt/test-utils/issues/818",0.66640234,{"description":2938,"labels":2939,"number":2944,"owner":2866,"repository":2867,"state":2912,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.18.3`\n- Nuxt Version: `3.15.4`\n- CLI Version: `3.22.2`\n- Nitro Version: `2.10.4`\n- Package Manager: `pnpm@9.15.4`\n- Builder: `-`\n- User Config: `extends`, `modules`, `$development`, `devtools`, `colorMode`, `runtimeConfig`, `routeRules`, `future`, `compatibilityDate`, `vite`, `typescript`, `hooks`, `echo`, `eslint`, `i18n`, `sanctum`\n- Runtime Modules: `@nuxt/content@2.13.4`, `@nuxt/eslint@0.7.6`, `@nuxt/fonts@0.10.3`, `@nuxt/image@1.9.0`, `@nuxt/ui@2.21.0`, `@nuxthq/studio@2.2.1`, `@vueuse/nuxt@12.7.0`, `nuxt-og-image@4.1.4`, `@nuxtjs/i18n@9.2.1`, `nuxt-auth-sanctum@0.5.6`, `nuxt-laravel-echo@0.2.1`, `@nuxtjs/seo@2.2.0`\n- Build Modules: `-`\n\n\n### Version\n\n2.21.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-i7bgngfx?file=app.vue\n\n### Description\n\nIf I place a USelectMenu inside a UModal that is being opened inside USlideover, I cannot focus the select menu's input.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2940,2941],{"name":2857,"color":2858},{"name":2942,"color":2943},"upstream","78bddb",3408,"USelectMenu inside UModal inside USlideover","2025-03-24T14:19:31Z","https://github.com/nuxt/ui/issues/3408",0.67151964,{"description":2950,"labels":2951,"number":2952,"owner":2866,"repository":2953,"state":2912,"title":2954,"updated_at":2955,"url":2956,"score":2957},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.22.5`\n- Nitro Version: `2.11.5`\n- Package Manager: `bun@1.2.4`\n- Builder: `-`\n- User Config: `runtimeConfig`, `modules`, `app`, `site`, `sitemap`, `robots`, `css`, `icon`, `image`, `ui`, `devtools`, `future`, `unhead`, `compatibilityDate`\n- Runtime Modules: `@nuxt/ui@3.0.0-beta.3`, `@pinia/nuxt@0.10.1`, `@nuxt/scripts@0.10.5`, `@nuxt/image@1.9.0`, `@nuxtjs/seo@2.2.0`\n- Build Modules: `-`\n\n### Reproduction\n\nnda\n\n### Describe the bug\n\nnr dev\n$ nuxt dev\nNuxt 3.16.0 with Nitro 2.11.5 nuxi 8:23:08 PM\n 8:23:08 PM\n ➜ Local: http://localhost:3003/\n ➜ Network: use --host to expose\n\n ➜ DevTools: press Shift + Option + D in the browser (v2.2.1) 8:23:10 PM\n\n\n✔ Nuxt Icon loaded local collection elfi with 70 icons 8:23:10 PM\nℹ Running with compatibility version 4 nuxt 8:23:10 PM\n✔ Vite client built in 190ms 8:23:11 PM\n✔ Vite server built in 528ms 8:23:12 PM\n\n[nitro 8:23:14 PM] ERROR Error: Could not load /\u003Cmy-path>/node_modules/unenv/dist/runtime/runtime/mock/empty.mjs (imported by node_modules/nuxt-og-image/dist/runtime/server/og-image/satori/instances.js): ENOENT: no such file or directory, open '/\u003Cmy-path>/node_modules/unenv/dist/runtime/runtime/mock/empty.mjs'\n\n\nundefined\n\n### Additional context\n\nUpgraded by \"nuxi upgrade -f\" from 3.15.4 and couldn't able to start properly with provided error.\nTried with unhead flag in nuxt.config - same error\n```\nunhead: {\n legacy: true,\n }\n```\n\n### Logs\n\n```shell-script\n\n```",[],414,"scripts","Nuxt 3.16.0 won't start properly nor dev nor build","2025-03-07T18:58:03Z","https://github.com/nuxt/scripts/issues/414",0.6735897,{"description":2959,"labels":2960,"number":2973,"owner":2866,"repository":2866,"state":2912,"title":2974,"updated_at":2975,"url":2976,"score":2977},"### Environment\n\nnuxt2\n\n### Reproduction\n\nhttps://xywl.itubang.com/ 地址请看\n\n### Describe the bug\n\n刚进入首页的时候以及首页刷新的时候 ,css部分样式 先出来了 css样式错乱 \r\n\u003Cimg width=\"1107\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/100253090/cfbc76db-61e8-4846-8ea6-931f0e06bbe8\">\r\n过了2秒后 数据请求回来正常显示了 \r\n\u003Cimg width=\"1083\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/100253090/4500a77c-65ce-4972-945e-f3f07258da3f\">\r\n请问是我需要css 占位吗?\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2961,2964,2967,2970],{"name":2962,"color":2963},"pending triage","E99695",{"name":2965,"color":2966},"2.x","d4c5f9",{"name":2968,"color":2969},"needs reproduction","FBCA04",{"name":2971,"color":2972},"closed-by-bot","ededed",26974,"页面刷新 页面抖动","2024-05-10T01:49:51Z","https://github.com/nuxt/nuxt/issues/26974",0.68279916,["Reactive",2979],{},["Set"],["ShallowReactive",2982],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fczQFWxU5BdDYCOSgqYvVKyD2KGjqP0wGxjnb1LeA2aQ":-1},"/nuxt/ui/2168"]