\n\n\u003Cimg width=\"712\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0a9f273f-cb27-4824-ac2f-6497980294ec\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2896,2899,2902],{"name":2897,"color":2898},"bug","d73a4a",{"name":2900,"color":2901},"v3","49DCB8",{"name":2885,"color":2886},3558,"Padding and Sizing on UAvatar","2025-03-13T13:44:50Z","https://github.com/nuxt/ui/issues/3558",0.72075826,{"description":2909,"labels":2910,"number":2918,"owner":2868,"repository":2919,"state":2870,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### Environment\n\nReproduction: https://stackblitz.com/edit/github-gu1sj1?file=tests%2Fbasic.e2e.test.ts\r\n\r\nI can't seem to utilize the alternative nuxt.config location with @nuxt/test-utils. If I have my nuxt.config as `./.config/nuxt.ts`, e2e tests will always fail with `Error: Invalid nuxt app. (Please explicitly set 'options.rootDir' pointing to a valid nuxt app)`.\r\n\r\nThis is my test:\r\n```js\r\n// ./tests/basic.e2e.test.ts\r\nimport { $fetch, setup } from '@nuxt/test-utils/e2e';\r\nimport { describe, expect, it } from 'vitest';\r\n\r\ndescribe('basic', async () => {\r\n await setup({\r\n rootDir: './app',\r\n configFile: '/.config/nuxt.ts',\r\n });\r\n\r\n it('contains Welcome to Nuxt! string', async () => {\r\n const html = await $fetch('/');\r\n expect(html).toContain('Welcome to Nuxt!');\r\n });\r\n});\r\n```\r\nand my nuxt.config:\r\n```js\r\n// ./.config/nuxt.ts\r\nexport default defineNuxtConfig({\r\n compatibilityDate: '2024-04-03',\r\n devtools: { enabled: true },\r\n future: {\r\n compatibilityVersion: 4,\r\n },\r\n modules: ['@nuxt/test-utils/module'],\r\n});\r\n```\r\nIf I move and rename nuxt.config back to the root, it works.\r\n\r\nI'm not sure if this is a limitation or expectation of test-utils of the config file name/location that isn't being honored by the `configFile` setting, or what.\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-gu1sj1?file=tests%2Fbasic.e2e.test.ts\n\n### Describe the bug\n\nUsing alternative nuxt.config name/location causes e2e tests to fail.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2911,2912,2915],{"name":2897,"color":2898},{"name":2913,"color":2914},"vitest-environment","b60205",{"name":2916,"color":2917},"pending triage","5D08F5",893,"test-utils","e2e tests fail with `.config/nuxt.ts`","2024-08-09T04:45:20Z","https://github.com/nuxt/test-utils/issues/893",0.7279347,{"description":2925,"labels":2926,"number":2927,"owner":2868,"repository":2928,"state":2929,"title":2930,"updated_at":2931,"url":2932,"score":2933},"I am using the module with `fontshare` as a provider. When checking `pageInsights` it shows that `@font-face` is not being used. When adding `fontain` module it resolves the issue.\r\n\r\n\u003Cimg width=\"741\" alt=\"Screenshot 2024-06-22 at 23 39 50\" src=\"https://github.com/nuxt/fonts/assets/33263129/a91b98cd-7b15-4a13-9588-35bd8c0a0366\">\r\n\r\n\r\n\u003Cimg width=\"663\" alt=\"Screenshot 2024-06-22 at 22 38 07\" src=\"https://github.com/nuxt/fonts/assets/33263129/0fe5a298-1dd2-4fb3-b476-520be7d2ac08\">\r\n\r\n\r\nwhen using `fontain`\r\n\r\n\r\n\u003Cimg width=\"964\" alt=\"Screenshot 2024-06-22 at 22 34 07\" src=\"https://github.com/nuxt/fonts/assets/33263129/dca00dbe-a0bc-4163-a55b-e584f97a2506\">\r\n\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v20.14.0`\r\n- Nuxt Version: `3.12.2`\r\n- CLI Version: `3.12.0`\r\n- Nitro Version: `2.9.6`\r\n- Package Manager: `npm@10.7.0`\r\n- Builder: `-`\r\n- User Config: `devtools`, `future`, `modules`, `runtimeConfig`, `app`, `routeRules`, `devServer`, `build`, `fonts`, `tailwindcss`\r\n- Runtime Modules: `@nuxt/eslint@0.3.13`, `@nuxtjs/tailwindcss@6.12.0`, `@nuxt/image@1.7.0`, `@nuxt/fonts@0.7.0`, `@nuxtjs/fontaine@0.4.3`\r\n- Build Modules: `-`\r\n",[],182,"fonts","closed","`@font-face` not used with `fontshare` provider","2024-09-23T12:32:00Z","https://github.com/nuxt/fonts/issues/182",0.6734996,{"description":2935,"labels":2936,"number":2941,"owner":2868,"repository":2888,"state":2929,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### For what version of Nuxt UI are you asking this question?\n\nv3-alpha\n\n### Description\n\nI'm experience problems with the VS Code Tailwind Intellisense plugin. I have used ui v2 without problems so far, but when using v3 it only shows suggestions when a tailwindcss.config.ts is freshly edited, but then after reloading or restarting VS Code, it doesn't work anymore. When it's working, it only shows a few of the classes, but not the most common ones like padding, margin etc..\n\nHas someone experienced the same issue and knows a fix for that? ",[2937,2940],{"name":2938,"color":2939},"question","d876e3",{"name":2900,"color":2901},2424,"V3 Intellisense not working correctly","2024-11-05T21:44:20Z","https://github.com/nuxt/ui/issues/2424",0.70366234,{"description":2947,"labels":2948,"number":2951,"owner":2868,"repository":2888,"state":2929,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### Description\n\nHow can I listen to an event, when a link in the UNavigationMenu is clicked?\n\nI want to close the sidebar, that the navigationmenu is inside....\n\nI can see that there is a select event in the NavigationMenuLink component\n\n",[2949,2950],{"name":2938,"color":2939},{"name":2900,"color":2901},3216,"UNavigationMenu: Listen to select event","2025-02-05T13:23:51Z","https://github.com/nuxt/ui/issues/3216",0.70625556,{"description":2957,"labels":2958,"number":2962,"owner":2868,"repository":2963,"state":2929,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### 📚 What are you trying to do?\n\nI am trying to add queryParams to gtm loading script, but i don't see any way in documentation to do so.\nIs there any way to add params to script url (gtm_auth, gtm_preview, gtm_cookies_win) ?\n\n### 🔍 What have you tried?\n\n_No response_\n\n### ℹ️ Additional context\n\n_No response_",[2959],{"name":2960,"color":2961},"help wanted","008672",434,"scripts","Googel Tag Manager params","2025-03-25T19:33:48Z","https://github.com/nuxt/scripts/issues/434",0.7089634,{"labels":2969,"number":2980,"owner":2868,"repository":2868,"state":2929,"title":2981,"updated_at":2982,"url":2983,"score":2984},[2970,2973,2974,2977],{"name":2971,"color":2972},"3.x","29bc7f",{"name":2897,"color":2898},{"name":2975,"color":2976},"vite","3574D1",{"name":2978,"color":2979},"upstream","E8A36D",12050,"Don't work with class-style component","2023-01-19T15:54:28Z","https://github.com/nuxt/nuxt/issues/12050",0.7116547,{"description":2986,"labels":2987,"number":2992,"owner":2868,"repository":2928,"state":2929,"title":2993,"updated_at":2994,"url":2995,"score":2996},"I've explored other font providers, looks like `fontsource` is also quite promising.\r\n\r\nCurrently most of its fonts are from Google Fonts, along with some icons and some other fonts. It's also the service that Cloudflare Fonts is fetching from.\r\n\r\n@danielroe Would you like to include this font provider? If so, I'd like to work on it.\r\n\r\nDocs: https://fontsource.org/docs",[2988,2989],{"name":2879,"color":2880},{"name":2990,"color":2991},"provider","1161A4",65,"feat: fontsource provider","2024-03-20T13:12:12Z","https://github.com/nuxt/fonts/issues/65",0.71363556,["Reactive",2998],{},["Set"],["ShallowReactive",3001],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCu1kc01F7aX1vhvxGu0x8jbLxdf9S1PSLGROi0sfaeU":-1},"/nuxt/ui/3021"]