\n\nBrowser: `Google Chrome Version 134.0.6998.89 (Official Build) (arm64)`\n\nAlso reproduced on `Safari Version 18.3.1 (20620.2.4.11.6)`\n\n### Description\n\nUser may want to copy the text in the query input of a `select-menu` component by moving cursor around text, now it's unable to do it without a keyboard (`Shift + left/right arrow` or `Cmd/Ctrl + A` to select all).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2024,2025],{"name":2008,"color":2009},{"name":2014,"color":2015},3583,"Accessibility: unable to select text in the query input of a select-menu","2025-03-17T00:34:07Z","https://github.com/nuxt/ui/issues/3583",0.7236703,{"description":2032,"labels":2033,"number":2043,"owner":1985,"repository":2044,"state":1987,"title":2045,"updated_at":2046,"url":2047,"score":2048},"Hey, firstly thank you for making this plugin, it looks very useful :)\r\n\r\nRunning this module seems to run the whole nuxt environment, including the plugins, and we have a plugin that makes a api call. We normally just mock the module where we import the api function but it doesn't seem to work in this case. For example:\r\n```\r\n// somePlugin.ts\r\nimport { fetchProducts } from \"~/service/products\";\r\n\r\nexport default defineNuxtPlugin(async () => {\r\n const products = fetchProducts();\r\n // do something with the products\r\n});\r\n```\r\n\r\n```\r\n// SomeComponent.nuxt.spec.js\r\nimport { describe, it, expect, vi } from \"vitest\";\r\nimport { shallowMount } from \"@vue/test-utils\";\r\nimport SomeComponent from \"../SomeComponent.vue\";\r\n\r\n// trying to mock the products service so that the real api doesn't get called during the plugins\r\nvi.mock(\"~/service/products\");\r\n\r\ndescribe(\"SomeComponent\", async () => {\r\n it(\"Is a Vue instance\", () => {\r\n const wrapper = shallowMount(SomeComponent);\r\n expect(wrapper.vm).toBeTruthy();\r\n });\r\n});\r\n```\r\n\r\nI assume these mocks only work for the component that we are testing and not for the plugins in the nuxt environment for example. Do you have a suggestion about how to solve this?",[2034,2037,2040],{"name":2035,"color":2036},"documentation","0075ca",{"name":2038,"color":2039},"enhancement","a2eeef",{"name":2041,"color":2042},"vitest-environment","b60205",544,"test-utils","mocking plugins used within nuxt","2024-07-23T12:17:21Z","https://github.com/nuxt/test-utils/issues/544",0.72587323,{"description":2050,"labels":2051,"number":2054,"owner":1985,"repository":2055,"state":2056,"title":2057,"updated_at":2058,"url":2059,"score":2060},"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 :) ",[2052,2053],{"name":2008,"color":2009},{"name":1996,"color":1997},382,"fonts","closed","Adding custom font affects performance (LCP) a lot","2025-02-09T08:06:58Z","https://github.com/nuxt/fonts/issues/382",0.44896874,{"description":2062,"labels":2063,"number":2066,"owner":1985,"repository":1999,"state":2056,"title":2067,"updated_at":2068,"url":2069,"score":2070},"### 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```",[2064,2065],{"name":2008,"color":2009},{"name":2011,"color":2012},3513,"Nuxt 3.16.0 - ships with @unhead2","2025-03-10T08:49:36Z","https://github.com/nuxt/ui/issues/3513",0.6633817,{"description":2072,"labels":2073,"number":2076,"owner":1985,"repository":1999,"state":2056,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Description\n\nHi, \nI was removed due to a lack of 2fa, but I've remedied that. Can you please re-invite me to the UI-PRO repo?\n\nThank you!\nJim\n",[2074,2075],{"name":1996,"color":1997},{"name":2011,"color":2012},3887,"Can I get re-invited please? (ui-pro)","2025-04-14T14:02:03Z","https://github.com/nuxt/ui/issues/3887",0.69352293,{"description":2082,"labels":2083,"number":2090,"owner":1985,"repository":1985,"state":2056,"title":2091,"updated_at":2092,"url":2093,"score":2094},"### Describe the feature\n\nWhen using `nuxi generate`, the output is missing a `.nojekyll` file. Since the `_nuxt/` directory (and many other files) are prefixed with an underscore, they are ignored by Jekyll builds.\r\n\r\nFor example, on GitHub Pages, these files will 404 and the site will become unusable:\r\n\r\n\r\n\r\nNuxt 2 used to create this file during `nuxt generate`:\r\nhttps://github.com/nuxt/nuxt.js/blob/00c3b95ab36d6d72c3f2737a3d0cc821228eddb5/packages/generator/src/generator.js#L274\r\n\r\nStack Overflow question documenting the issue and solution:\r\nhttps://stackoverflow.com/questions/71951915/nuxt3-nuxt-directory-not-found-404-on-github-pages\r\n\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[2084,2087],{"name":2085,"color":2086},"3.x","29bc7f",{"name":2088,"color":2089},"pending triage","E99695",12575,"Add option to create .nojekyll file when generating static site","2023-01-19T16:06:42Z","https://github.com/nuxt/nuxt/issues/12575",0.69841653,{"description":2096,"labels":2097,"number":2100,"owner":1985,"repository":1999,"state":2056,"title":2101,"updated_at":2102,"url":2103,"score":2104},"### 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_",[2098,2099],{"name":2038,"color":2039},{"name":2011,"color":2012},3322,"[DropdownMenu] (v3) missing mode prop for hover/click","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3322",0.7094922,["Reactive",2106],{},["Set"],["ShallowReactive",2109],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"MsZCSp6X1QDC5jXFqWIZpVvsoUwZ1R9xaSZ4blClw5A":-1},"/nuxt/icon/382"]