\n\u003C/svg>`",[],382,"icon","Some local SVGs cannot be loaded","2025-03-30T07:43:06Z","https://github.com/nuxt/icon/issues/382",0.6991312,{"description":3169,"labels":3170,"number":217,"owner":3152,"repository":3163,"state":3154,"title":3174,"updated_at":3175,"url":3176,"score":3177},"How can I disable icon caching? I'm doing svg animation and I need hmr when changing an svg file.\r\n\r\nhttps://stackblitz.com/edit/nuxt-icon-playground-mjfbfn?file=assets%2Ficons%2Fnuxt-icon.svg\r\nTry changing the fill attribute of the svg file and save it",[3171],{"name":3172,"color":3173},"question","d876e3","how to disable svg caching","2024-12-21T19:58:04Z","https://github.com/nuxt/icon/issues/160",0.7140646,{"description":3179,"labels":3180,"number":3185,"owner":3152,"repository":3153,"state":3154,"title":3186,"updated_at":3187,"url":3188,"score":3189},"**Summary (generated)**:\n\nHere is a brief summary in English:\n\nA developer is trying to set up end-to-end testing for server-side functionality in a Nuxt app using Nitro, but is encountering errors related to frontend routes despite setting `server` to true and `browser` to false. The error is apparently due to the absence of an `index.vue` file in the `/pages` directory, which is expected to contain application logic. The developer expects the setup to only run the server part and not be concerned with frontend parts.\n\n\u003Chr>\n\n### Discussed in https://github.com/nuxt/nuxt/discussions/27820\r\n\r\n\u003Cdiv type='discussions-op-text'>\r\n\r\n\u003Csup>Originally posted by **manpreet-compro** June 25, 2024\u003C/sup>\r\nI am working on a Nuxt app and trying to set up end-to-end testing for server-side functionality related to API endpoints I have developed using Nitro. However, I encounter errors related to frontend routes despite my expectation to run only the server part without involving the frontend.\r\n\r\nTest server setup code\r\n```\r\nawait setup({\r\n rootDir: fileURLToPath(new URL('../..', import.meta.url)),\r\n server: true,\r\n browser: false,\r\n dev: true,\r\n setupTimeout: 600 * 1000\r\n });\r\n```\r\nI am setting `server` to true and `browser` to false. I am seeing the following error\r\n\r\n\u003Cimg width=\"481\" alt=\"25 06 2024_20 41 31_REC\" src=\"https://github.com/nuxt/nuxt/assets/21414469/98888418-6f7a-4e57-a8d4-db035e047a9a\">\r\n\r\nI found out this error is related to frontend routes, particularly of absence of `index.vue` in my project under `/pages` which is expected application logic. **I expected this setup to run only the server part and not be concerned with the frontend part.** \r\n\r\nAm I missing something? Any help will be appreciated\r\n\r\nFollowing is vitest config file for reference\r\n```\r\nimport { defineVitestConfig } from '@nuxt/test-utils/config';\r\n\r\nexport default defineVitestConfig({\r\n test: {\r\n reporters: 'verbose',\r\n passWithNoTests: true\r\n }\r\n});\r\n```\r\n\r\n\u003C/div>",[3181,3184],{"name":3182,"color":3183},"bug","d73a4a",{"name":3149,"color":3150},874,"Why do errors occur when using '@nuxt/test-utils/e2e' for API testing?","2024-06-27T15:08:07Z","https://github.com/nuxt/test-utils/issues/874",0.7165572,{"description":3191,"labels":3192,"number":3193,"owner":3152,"repository":3153,"state":3154,"title":3194,"updated_at":3195,"url":3196,"score":3197},"https://github.com/guidepup/guidepup",[],787,"screen reader driver","2024-03-17T21:40:20Z","https://github.com/nuxt/test-utils/issues/787",0.7189798,{"description":3199,"labels":3200,"number":3205,"owner":3152,"repository":3206,"state":3207,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\n[CommandPalette](https://ui3.nuxt.dev/components/command-palette) is great but I wish it could display only an input by default and then open the content in a popper when clicking in the input. I think this is currently not possible but a very common use case. \n\nThis is what I would like to archive, screenshots from Shopify:\n\n\n\n\n\n\n\n### Additional context\n\n_No response_",[3201,3202],{"name":3146,"color":3147},{"name":3203,"color":3204},"v3","49DCB8",2832,"ui","closed","v3 CommandPalette: Open only content within popper","2024-12-05T13:24:12Z","https://github.com/nuxt/ui/issues/2832",0.6644979,{"description":3213,"labels":3214,"number":3217,"owner":3152,"repository":3206,"state":3207,"title":3218,"updated_at":3219,"url":3220,"score":3221},"### Environment\n\n-\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.16.0\n\n### Reproduction\n\n- \n\n### Description\n\nUpgraded all deps to the latest and bam Nuxt 3.16.0 is added. We get errors now as Nuxt UI 3 still ships with\n\n`'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.2))\n`\n\nAs of Nuxt 3.16.0 ships with @unhead2:\nhttps://nuxt.com/blog/v3-16#unhead-v2\n\nActual error:\n`[@nuxt/scripts 9:42:20 PM] ERROR Nuxt Scripts requires Unhead >= 2, you are using v1.11.20. Please run nuxi upgrade --clean to upgrade...`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3215,3216],{"name":3182,"color":3183},{"name":3203,"color":3204},3513,"Nuxt 3.16.0 - ships with @unhead2","2025-03-10T08:49:36Z","https://github.com/nuxt/ui/issues/3513",0.6907548,{"description":3223,"labels":3224,"number":3227,"owner":3152,"repository":3206,"state":3207,"title":3228,"updated_at":3229,"url":3230,"score":3231},"### Description\n\nThe Nuxt UI v2 dropdown has the option to open on hover or click. In v3 the only option available is click. \n\n\n\n### Additional context\n\n_No response_",[3225,3226],{"name":3146,"color":3147},{"name":3203,"color":3204},3322,"[DropdownMenu] (v3) missing mode prop for hover/click","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3322",0.6957401,{"description":3233,"labels":3234,"number":3239,"owner":3152,"repository":3206,"state":3207,"title":3240,"updated_at":3241,"url":3242,"score":3243},"### Environment\n\n- Operating System: `macos`\n- Node Version: `v18.16.0`\n- Nuxt Version: `3.16.0\"`\n- Vue: \"3.5.0\",\n- Nuxt/ui\": \"3.0.0\",\n- CLI Version: `3.8.4`\n- Package Manager: `pnpm`\n- IDE: VS Code\n\n\n### Version\n\nv3\n\n### Reproduction\n\nin any expample, even in your ui template npx nuxi init -t ui \u003Cmy-app>\n\n\n\n### Description\n\ntailwind IntelliSense works only in attribute class of elements, but not works in :ui={...}. so to write classes in ui i need learn them all, for example. \n\n\n\n\n\n\n\n\ni tried to help tailwind IntelliSense by addnig classregex to vscode setttings, but it did not help\n\n\n\njust for test purpose, i add some classregex for [CVA](https://cva.style/docs/getting-started/installation) for check if it will work. and it work for cva, not for :ui={..}\nscreen for cva\n\n\n### Additional context\n\nmake it work please! for :ui={..} and for app.config.ts\n\n### Logs\n\n```shell-script\n\n```",[3235,3236],{"name":3182,"color":3183},{"name":3237,"color":3238},"triage","ffffff",3570,"Tailwind CSS IntelliSense not works in :ui={} and in app.config.ts","2025-03-17T17:00:40Z","https://github.com/nuxt/ui/issues/3570",0.69671094,{"description":3245,"labels":3246,"number":3162,"owner":3152,"repository":3249,"state":3207,"title":3250,"updated_at":3251,"url":3252,"score":3167},"Hey there!\n\nI am amazed by the DX of this module and how easy it is to add a new web font to your Nuxt project. I want to make my application as performant as possible and the problem is when I add a web font (instead of using default machine font) the performance of the app (and more specifically Largest Contentful Paint) drops a lot :( \n\nI have added following code to my app:\n\n```html\n\u003Cstyle lang=\"css\" scoped>\n#main {\n font-family: \"Inter\", sans-serif;\n}\n\u003C/style>\n```\n\nWith Inter web font\n\n\n\n\nWithout Inter web font\n\n\nI looked at the https://web.dev/articles/font-best-practices and it seems that Nuxt Fonts implements all of it by default.\n\nIs there anything that I am missing or is it how web fonts affect performance in general?\n\nI will be grateful for any response or feedback :) ",[3247,3248],{"name":3182,"color":3183},{"name":3172,"color":3173},"fonts","Adding custom font affects performance (LCP) a lot","2025-02-09T08:06:58Z","https://github.com/nuxt/fonts/issues/382",["Reactive",3254],{},["Set"],["ShallowReactive",3257],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1HThqVbxr8cK3i3RgTDuDg8-_SO_RlqyW8-4c1usW3k":-1},"/nuxt/ui/3887"]