\n\u003CIcon style=\"display: none;\" name=\"heroicons:magnifying-glass-minus-16-solid\" />\n\u003CIcon style=\"display: none;\" name=\"heroicons:arrows-pointing-out-16-solid\" />\n\u003CIcon style=\"display: none;\" name=\"heroicons:hand-raised-16-solid\" />\n\u003CIcon style=\"display: none;\" name=\"heroicons:arrow-path-16-solid\" />\n```\n\nI would love to just use clientBundle in my Nuxt config, like this:\n```ts\nicon: {\n serverBundle: 'remote',\n clientBundle: {\n icons: [\n 'heroicons:magnifying-glass-plus-16-solid',\n 'heroicons:magnifying-glass-minus-16-solid',\n 'heroicons:arrows-pointing-out-16-solid',\n 'heroicons:hand-raised-16-solid',\n 'heroicons:arrow-path-16-solid',\n ],\n scan: false,\n }\n},\n```\nand the console writes:\n```\nℹ Nuxt Icon client bundle consist of 5 icons with 2.41KB(uncompressed) in size\n```\nbut it simply doesn't work as the temprorary solution. Maybe I have misunderstood something in the readme file of **@nuxt/icons** but I cannot simply find it out.\nAny ideas please?",[],376,"icon","Problem with fetching icons (clientBundle)","2025-03-21T19:46:51Z","https://github.com/nuxt/icon/issues/376",0.80909157,{"description":2023,"labels":2024,"number":2030,"owner":1988,"repository":2008,"state":1990,"title":2031,"updated_at":2032,"url":2033,"score":2034},"### Description\n\nFrom the testing I've done, it seems that the Modal component is only rendered on client side.\n\nI have a use case where a user can land on a page with a query param and a modal should be already opened on SSR.\n\nWith UI v3 the modal opens after client mounts, so it pops in/animates in to view.\n\nWould it be possible to allow modals to render on SSR?\n\n### Additional context\n\n_No response_",[2025,2028,2029],{"name":2026,"color":2027},"enhancement","a2eeef",{"name":2002,"color":2003},{"name":2005,"color":2006},3605,"Allow rendering the Modal component in SSR","2025-03-18T11:55:29Z","https://github.com/nuxt/ui/issues/3605",0.8091321,{"description":2036,"labels":2037,"number":2039,"owner":1988,"repository":2040,"state":1990,"title":2041,"updated_at":2042,"url":2043,"score":2044},"### 🆒 Your use case\n\nIf `Nuxt` project has `autoImports` turned off, when you want to import some composable from nuxt/scripts you need to do something like this:\n\n```ts\nimport { useScriptGoogleTagManager } from '@nuxt/scripts/dist/runtime/registry/google-tag-manager'\n```\n\nWhich also does not work and it leads to this error:\n\n\n\n\n\n\n### 🆕 The solution you'd like\n\nAdd Nuxt `aliases` or something similar so the developer can easily import composable or components explicitly.\n\nExample:\n```ts\n// re-export everything through the root index barrel file\nimport { useScriptGoogleTagManager } from '@nuxt/scripts\n\n// re-export just for certain folder index barrel file\nimport { useScriptGoogleTagManager } from '@nuxt/scripts/registry\n\n// or avoid using barrel files due to performance issues and use at least Nuxt alias and directly import file\nimport useScriptGoogleTagManager from '@nuxt/scripts/registry/google-tag-manager.ts\n```\n\n\n\n### 🔍 Alternatives you've considered\n\n_No response_\n\n### ℹ️ Additional info\n\n_No response_",[2038],{"name":2026,"color":2027},288,"scripts","Add proper exports when auto-import is turned off","2024-11-12T11:10:53Z","https://github.com/nuxt/scripts/issues/288",0.8131343,{"description":2046,"labels":2047,"number":2048,"owner":1988,"repository":2049,"state":2050,"title":2051,"updated_at":2052,"url":2053,"score":2054},"### Environment\n\nNuxt.com Website\n\n### Reproduction\n\nGo to [https://nuxt.com/modules?sortBy=createdAt](https://nuxt.com/modules?sortBy=createdAt) or [https://nuxt.com/modules?sortBy=publishedAt](https://nuxt.com/modules?sortBy=publishedAt)\n\n### Describe the bug\n\nWhen trying to sort the modules on the nuxt website by \"Updated\" or \"Created\" the results are actually sorted by name.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1244,"nuxt.com","closed","[Docs] Sorting nuxt modules not working correctly","2023-10-10T14:45:14Z","https://github.com/nuxt/nuxt.com/issues/1244",0.7667191,{"labels":2056,"number":2060,"owner":1988,"repository":1988,"state":2050,"title":2061,"updated_at":2062,"url":2063,"score":2064},[2057],{"name":2058,"color":2059},"3.x","29bc7f",13554,"Deprecate buildModules","2023-01-19T16:59:15Z","https://github.com/nuxt/nuxt/issues/13554",0.77154714,{"labels":2066,"number":2071,"owner":1988,"repository":1988,"state":2050,"title":2072,"updated_at":2073,"url":2074,"score":2075},[2067,2068],{"name":2058,"color":2059},{"name":2069,"color":2070},"cli","09F665",12015,"Replace degit with tiged","2023-01-19T16:08:27Z","https://github.com/nuxt/nuxt/issues/12015",0.77791786,{"description":2077,"labels":2078,"number":2079,"owner":1988,"repository":2049,"state":2050,"title":2080,"updated_at":2052,"url":2081,"score":2082},"### Environment\n\nhttps://nuxt.com/docs on 2022-02-22\r\nFirefox 109.0\r\nLinux (PoP!_OS 22.04)\n\n### Reproduction\n\n- Visit https://nuxt.com/docs/getting-started/introduction\r\n- Click on **Deployment** link in the left menu\r\n- Scroll to the bottom of the page\r\n- Click on **Layers** link in the left menu\r\n- Click on Back button in browser\r\n- You are on page **Deployment** not at the bottom of the page, but near the top of the page\n\n### Describe the bug\n\nThe scroll position is not the same as it was when I was on the Deployment page the first time.\r\n\r\nInterestingly on other pages it looks like it works, but the scroll position is not 100% right all the time. \r\n\r\nIt is a default behavior of browsers to remember the scroll position when using back and forward buttons.\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1288,"Scrolling issues with Back button on Nuxt3 docs","https://github.com/nuxt/nuxt.com/issues/1288",0.7950022,{"description":2084,"labels":2085,"number":2095,"owner":1988,"repository":1988,"state":2050,"title":2096,"updated_at":2097,"url":2098,"score":2099},"### Describe the feature\n\nDeprecation will come in 3.10 - so we can fully remove it in v4\r\n\r\nRelated: https://github.com/nuxt/nuxt/pull/25334#event-11543425459\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://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2086,2089,2092],{"name":2087,"color":2088},"discussion","538de2",{"name":2090,"color":2091},"⚠️ breaking change","D746A6",{"name":2093,"color":2094},"4.x","3B01A5",25344,"Remove support for boolean `dedupe` values","2024-06-10T20:51:42Z","https://github.com/nuxt/nuxt/issues/25344",0.8021703,["Reactive",2101],{},["Set"],["ShallowReactive",2104],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"sauVI3q37CXhxfmv0gzPdJkDLxNXl0YB7BOjaVp14Mg":-1},"/nuxt/nuxt.com/1660"]