| \u003Cimg width=\"403\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/de628eac-77c1-4994-9986-bdf53b5f3dad\" /> |\n\n## Reproduction\n\n- Stackblitz: https://stackblitz.com/edit/github-yzt752qo?file=nuxt.config.ts,tailwind.config.js\n\nApparently, it's not reproducible in Stackblitz: https://github.com/nuxt/fonts/issues/438#issuecomment-2560376071\n\nHopefully, the Stackblitz is enough to demonstrate the issue, thought.",[],578,"nuxt","fonts","open","Variation Settings not applied in variable fonts","2025-03-23T01:49:12Z","https://github.com/nuxt/fonts/issues/578",0.73495626,{"description":1993,"labels":1994,"number":1998,"owner":1985,"repository":1999,"state":2000,"title":2001,"updated_at":2002,"url":2003,"score":2004},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v22.3.0`\r\n- Nuxt Version: `3.13.1`\r\n- CLI Version: `3.13.1`\r\n- Nitro Version: `2.9.7`\r\n- Package Manager: `yarn@1.22.22`\r\n- Builder: `-`\r\n- User Config: `compatibilityDate`, `devtools`, `modules`, `plugins`, `runtimeConfig`, `i18n`\r\n- Runtime Modules: `@nuxt/ui@2.18.4`, `@nuxtjs/i18n@8.5.1`\r\n- Build Modules: `-`\r\n\n\n### Version\n\nv2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-jfdc58?file=app.vue,app.config.ts\n\n### Description\n\n## Description\r\nThe Nuxt UI notification component is currently being created and added to the DOM even when no toast has been triggered. This behavior leads to unintended consequences due to the component's z-index:\r\n\r\nThe notification component occupies part of the screen unnecessarily.\r\nIt overlaps other elements on the page due to its z-index, potentially disrupting the user interface.\r\n\r\n## Expected Behavior\r\nThe notification component should only be created and added to the DOM when a toast is actually triggered.\r\n\r\n## Current Behavior\r\nThe notification component is always present in the DOM, regardless of whether a toast has been triggered or not.\r\n\r\n## Steps to Reproduce\r\n\r\n- Implement the Nuxt UI notification component in a project.\r\n- Inspect the DOM without triggering any toasts.\r\n- Observe that the notification component is present and has a z-index applied.\r\n\r\n## Additional Context\r\nThis issue affects the usability and performance of applications using the Nuxt UI notification component. Resolving it would improve both the user experience and the overall efficiency of the component.\r\n\r\n## Possible Solution\r\nConsider implementing a conditional rendering approach where the notification component is only added to the DOM when it's actually needed (i.e., when a toast is triggered).\r\n\u003Cimg width=\"1427\" alt=\"Screenshot 2024-09-04 at 6 29 00 PM\" src=\"https://github.com/user-attachments/assets/da90352f-71e6-4aaf-9bda-7a9e4a3fd056\">\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[1995],{"name":1996,"color":1997},"bug","d73a4a",2113,"ui","closed","Notification component created even when toast is not triggered, causing z-index issues","2024-11-09T10:24:37Z","https://github.com/nuxt/ui/issues/2113",0.6726156,{"description":2006,"labels":2007,"number":2012,"owner":1985,"repository":1999,"state":2000,"title":2013,"updated_at":2014,"url":2015,"score":2016},"### Environment\n\n### Description\n\nThe `ID` column is not displayed when it is the first element in the columns array and item selection is enabled in the NuxtUI table.\n\n``` js\nconst columns = [\n {\n key: 'id',\n label: 'ID',\n },\n {\n key: 'displayName',\n label: 'Display Name',\n },\n {\n key: 'email',\n label: 'Email',\n }\n]\n```\n\n\n\n### Expected Behavior\n\nThe `ID` column should be displayed correctly regardless of its position in the columns array.\n\n### Workaround\n\nAdding a placeholder column before the `ID` column resolves the issue temporarily.\n\n```js\nconst columns = [\n {\n key: 'placeholder',\n },\n```\n\n\n\n\n### Environment\n\n- NuxtUI Version: 2.20.0\n- Browser: Chrome\n- Operating System: Windows 11\n\n### Version\n\n2.20.0\n\n### Reproduction\n\n### Steps to Reproduce\n\n1. Create a table with item selection enabled.\n2. Set a `ID` column as the first element in the columns array.\n3. Observe that the `ID` column is not displayed.\n",[2008,2009],{"name":1996,"color":1997},{"name":2010,"color":2011},"duplicate","cfd3d7",3040,"Columns [0] Element Does not Display if the Table is Selectable","2025-01-08T10:01:01Z","https://github.com/nuxt/ui/issues/3040",0.68524224,{"description":2018,"labels":2019,"number":2029,"owner":1985,"repository":1999,"state":2000,"title":2030,"updated_at":2031,"url":2032,"score":2033},"### Description\n\nBreadcrumb uses Link (and LinkBase) to implement the item rendering and navigation. Link (through LinkBase) in itself supports `onClick` event/prop. Now, passing `onClick` to the breadcrumb item does not go all the way through to the LinkBase, and thus prevents the fine-grained control of the Breadcrumb component.\n\nThe usage would look something like this:\n```\n\u003Ctemplate>\n \u003CUBreadcrumb :items=\"items\" />\n\u003C/template>\n\u003Cscript setup>\nconst items = [\n { label: \"click for one\", onClick: () => alert(\"1\"), to: \"/one\" },\n { label: \"click for two\", onClick: () => alert(\"2\"), to: \"/two\" },\n]\n\u003C/script>\n```\n\nMy need is to have some secondary effects happening besides the navigation when the user clicks on a breadcrumb item.\n\n### Additional context\n\n_No response_",[2020,2023,2026],{"name":2021,"color":2022},"enhancement","a2eeef",{"name":2024,"color":2025},"v3","49DCB8",{"name":2027,"color":2028},"triage","ffffff",3631,"Support for `onClick` event on Breadcrumb items","2025-03-24T18:08:16Z","https://github.com/nuxt/ui/issues/3631",0.71180284,{"description":2035,"labels":2036,"number":2043,"owner":1985,"repository":1985,"state":2000,"title":2044,"updated_at":2045,"url":2046,"score":2047},"### Environment\n\n\r\n\u003Cimg width=\"587\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/4695440/bc827ed3-623d-44f0-ba59-3901602754e5\">\r\n\n\n### Reproduction\n\nhttps://github.com/bobby169/nuxt-app-bug\n\n### Describe the bug\n\n\u003Cimg width=\"899\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/4695440/b150b362-4578-4511-b973-ebafe2b9d90d\">\r\n\u003Cimg width=\"1107\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/4695440/d4a52e25-0e82-4906-9e99-4b51b23c28b6\">\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2037,2040],{"name":2038,"color":2039},"3.x","29bc7f",{"name":2041,"color":2042},"pending triage","E99695",26007,"@ant-design-vue/nuxt deps error","2024-03-07T07:17:13Z","https://github.com/nuxt/nuxt/issues/26007",0.7126004,{"description":2049,"labels":2050,"number":2053,"owner":1985,"repository":1985,"state":2000,"title":2054,"updated_at":2055,"url":2056,"score":2057},"### 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_",[2051,2052],{"name":2038,"color":2039},{"name":2041,"color":2042},12540,"Bug in Docs Module Overview","2023-01-19T16:06:44Z","https://github.com/nuxt/nuxt/issues/12540",0.72525615,{"description":2059,"labels":2060,"number":2072,"owner":1985,"repository":1985,"state":2000,"title":2073,"updated_at":2074,"url":2075,"score":2076},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.15.0`\r\n- Nuxt Version: `3.2.3`\r\n- Nitro Version: `2.3.2`\r\n- Package Manager: `npm@9.6.2`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nI cannot reproduce it in small scale and ofc also cannot share our project code...\r\nI hope someone other will have similar problem and be able to reproduce in from scratch.\r\n\r\n### Describe the bug\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Additional context\r\n\r\nWe disabled all plugins and unnecessary third party libraries.\r\nI was also trying the solution from this issue:\r\nhttps://github.com/unjs/destr/issues/9\r\nI passed a parseResponse option to useFetch but it didn't change anything.\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2061,2062,2063,2066,2069],{"name":2038,"color":2039},{"name":2041,"color":2042},{"name":2064,"color":2065},"needs reproduction","FBCA04",{"name":2067,"color":2068},"❗ p4-important","D93F0B",{"name":2070,"color":2071},"performance","E84B77",20056,"Server Memory leaks, high CPU usage - appConfig","2023-05-05T09:54:30Z","https://github.com/nuxt/nuxt/issues/20056",0.7265877,{"description":2078,"labels":2079,"number":2085,"owner":1985,"repository":1999,"state":2000,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.17.0\n- Nuxt Version: -\n- CLI Version: 3.21.1\n- Nitro Version: -\n- Package Manager: bun@1.1.29\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\n- Start a new project with the starter CLI:\n`npx nuxi init -t github:nuxtlabs/nuxt-ui3-vue-starter test-app`\n\n- Install vitest and vue test-utils\n`bun add -D vitest @vue/test-utils`\n\n- Add test script to package.json\n`\"test\": \"vitest\"`\n\n- Run the test script\n\n### Description\n\nI'm encountering a `TypeError` while trying to set up Vitest in my project (Vue). The error message is as follows:\n\n```\nTypeError: Package import specifier \"#imports\" is not defined in package \n/home/xxxx/test-app/node_modules/@nuxt/ui/package.json imported from \n/home/xxxx/test-app/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons.js\n```\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nTypeError: Package import specifier \"#imports\" is not defined in package /home/xxxx/test-app/node_modules/@nuxt/ui/package.json imported from /home/xxxx/test-app/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons.js\n```",[2080,2081,2082],{"name":1996,"color":1997},{"name":2024,"color":2025},{"name":2083,"color":2084},"vue","42b883",3213,"TypeError when Setting Up Vitest","2025-04-18T08:34:22Z","https://github.com/nuxt/ui/issues/3213",0.7271906,{"description":2091,"labels":2092,"number":2095,"owner":1985,"repository":1985,"state":2000,"title":2096,"updated_at":2097,"url":2098,"score":2099},"### Environment\r\n\r\ndev\r\n\r\n### Reproduction\r\n\r\nno need to run code\r\n\r\n### Describe the bug\r\n**I find there has no ready.ts in my project/node_modules/nuxt/dist/app/composables**\r\n\u003Cimg width=\"915\" alt=\"image\" src=\"https://user-images.githubusercontent.com/48516756/206851127-515df379-eb2e-4d4a-b2fc-45677b1fa748.png\">\r\n\r\n\u003Cimg width=\"362\" alt=\"image\" src=\"https://user-images.githubusercontent.com/48516756/206842684-21a5f505-9c85-4194-895f-aef70dd20a89.png\">\r\n\r\n\u003Cimg width=\"1823\" alt=\"image\" src=\"https://user-images.githubusercontent.com/48516756/206842667-4cf94ce5-0ad7-4ae4-a5bf-4ac5e030eacf.png\">\r\n\r\n\r\n\u003Cimg width=\"607\" alt=\"image\" src=\"https://user-images.githubusercontent.com/48516756/206842218-1813d3cf-7cf4-406b-8d02-d12be85c4e52.png\">\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2093,2094],{"name":2038,"color":2039},{"name":2041,"color":2042},15670,"Cannot find name 'onNuxtReady'.(2304)","2023-01-19T18:39:57Z","https://github.com/nuxt/nuxt/issues/15670",0.72973603,{"description":2101,"labels":2102,"number":2107,"owner":1985,"repository":1985,"state":2000,"title":2108,"updated_at":2109,"url":2110,"score":2111},"\u003Cimg width=\"731\" alt=\"image\" src=\"https://user-images.githubusercontent.com/26525599/210810207-7c33fa46-23f9-4666-9c0e-0c632fc9e0cc.png\">\r\n",[2103,2104],{"name":2041,"color":2042},{"name":2105,"color":2106},"2.x","d4c5f9",10883,"Nodejs19 cannot run. It's a strange bug","2023-01-22T15:48:35Z","https://github.com/nuxt/nuxt/issues/10883",0.73345137,["Reactive",2113],{},["Set"],["ShallowReactive",2116],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"UI_UmPNzI79-pUFUNGneUDlrJKfGnOUwPAclCd7EFYM":-1},"/nuxt/ui/2953"]