\r\n\u003C!-- First usage generates the following HTML -->\r\n\u003Csvg data-icon=\"logo\">\r\n \u003Csymbol id=\"ai:uniqueid\">\u003C!-- contents of logo.svg -->\u003C/symbol>\r\n \u003Cuse xlink:href=\"#ai:uniqueid\">\u003C/use>\r\n\u003C/svg>\r\n\r\n\u003CIcon name=\"logo\" />\r\n\u003C!-- Additional usage generates the following HTML -->\r\n\u003Csvg data-icon=\"logo\">\r\n \u003Cuse xlink:href=\"#ai:uniqueid\">\u003C/use>\r\n\u003C/svg>\r\n```\r\n\r\nIt'd be nice to have this feature in Nuxt Icon module as well.",[],256,"icon","Auto-optimized sprites using `\u003Csymbol>` and `\u003Cuse>`","2024-09-26T17:08:19Z","https://github.com/nuxt/icon/issues/256",0.7559185,{"description":2034,"labels":2035,"number":2041,"owner":1991,"repository":1992,"state":1993,"title":2042,"updated_at":2043,"url":2044,"score":2045},"### Environment\n\n- node: 22\n- nuxt: 3.15.4\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.13\n\n### Reproduction\n\nnot required\n\n### Description\n\nrun \"npx nuxi typecheck\"\n\n```\n Argument of type '{ item: T; index: number; }' is not assignable to parameter of type '({ leading: SlotProps\u003CT>; default: SlotProps\u003CT>; trailing: SlotProps\u003CT>; content: SlotProps\u003CT>; } & Record\u003Cstring, SlotProps\u003CT>> & (T[\"slot\"] extends string ? Record\u003C...> : Record\u003C...>))[string] & SlotProps\u003C...> extends (props: infer P) => any ? P : {}'.\n\n137 \u003Cslot :name=\"item.slot || 'content'\" :item=\"item\" :index=\"index\">\n```\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2036,2037,2038],{"name":2002,"color":2003},{"name":1988,"color":1989},{"name":2039,"color":2040},"upstream","78bddb",3405,"type errors on slots with vue-tsc 2.2.4","2025-03-19T22:45:04Z","https://github.com/nuxt/ui/issues/3405",0.76440537,{"description":2047,"labels":2048,"number":2052,"owner":1991,"repository":1992,"state":2053,"title":2054,"updated_at":2055,"url":2056,"score":2057},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.18.3`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.22.5`\n- Nitro Version: `2.11.5`\n- Package Manager: `yarn@3.5.1`\n- Builder: `-`\n- User Config: `compatibilityDate`, `runtimeConfig`, `devServer`, `devtools`, `ssr`, `nitro`, `sourcemap`, `modules`, `css`, `site`, `app`, `colorMode`, `i18n`\n- Runtime Modules: `@nuxtjs/i18n@9.2.1`, `@nuxtjs/robots@5.2.6`, `@nuxtjs/sitemap@7.2.7`, `@vueuse/nuxt@12.8.2`, `@nuxt/ui@3.0.0-beta.3`, `@pinia/nuxt@0.10.1`\n- Build Modules: `-`\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.3\n\n### Reproduction\n\nHappens on fresh install.\n\n### Description\n\nFresh install of Nuxt.js, with @nuxt/ui@v3.0.0-beta.3\nLooking at the HTML of the generated page I can see that the root element class names are split by whitespaces.\n\n\u003Cimg width=\"562\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/74ac11b4-da6d-4ac1-8e0c-5dd1ff9f56a9\" />\n\nThe issue is not happening when using @nuxt/ui v2 - I've narrowed it down to a v3 issue.\n\n### Additional context\n\n`nuxt.config.ts`:\n```js\nexport default defineNuxtConfig({\n app: {\n // rootTag: 'body',\n rootId: 'app',\n rootAttrs: {\n class: 'relative flex h-full'\n }\n }\n}\n```\n\n### Logs\n\n```shell-script\n\n```",[2049,2050,2051],{"name":2002,"color":2003},{"name":1988,"color":1989},{"name":2039,"color":2040},3487,"closed","rootAttrs.class is rendering class names with spaces, e.g. \"i s o l a t e\"","2025-03-08T18:39:53Z","https://github.com/nuxt/ui/issues/3487",0.7018251,{"description":2059,"labels":2060,"number":2063,"owner":1991,"repository":1992,"state":2053,"title":2064,"updated_at":2065,"url":2066,"score":2067},"### For what version of Nuxt UI are you asking this question?\n\nv3-alpha\n\n### Description\n\nWhen trying to use the InputMenu component I am running into this error:\n\n`client.mjs:42 SyntaxError: The requested module '/_nuxt/node_modules/fast-deep-equal/index.js?v=6d87a810' does not provide an export named 'default' (at InputMenu.vue:19:8)`\n\nThis is after following the installation instructions in the documentation.\n\nAny help would be appreciated!",[2061,2062],{"name":2002,"color":2003},{"name":1988,"color":1989},2488,"InputMenu component fast-deep-equal dependency issue","2024-11-06T21:38:08Z","https://github.com/nuxt/ui/issues/2488",0.7113686,{"description":2069,"labels":2070,"number":2076,"owner":1991,"repository":1992,"state":2053,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Environment\n\nBuild error on vercel.app and on local windows 10, both on build and dev.\n\n### Version\n\nv1.4.4 @nuxt/ui-pro - Saas Template\n\n### Reproduction\n\nInstall a clean saas template.\nEnable typescript check in nuxt.config\n\nTry to deploy it on vercel.\n\nAnd try to copy/paste the url in a facebook post.\n\nHere is a 100% clean saas template, without typeCheck enabled:\nhttps://stackblitz.com/~/github.com/LutherApp/codespace-project\n\n(This is a copy of my [github repo](https://github.com/LutherApp/codespace-project))\n\n### Description\n\nOn build there will be \n## errors on the \"title\"-variable\nError-msg:\nObject literal may only specify known properties, and 'title' does not exist in type 'OgImageOptions\u003C\"NuxtSeo\"> | OgImagePrebuilt'. (etc.)\n\n## \"authors\"- and \"title\"-variable in blog/index\n3 x Type 'bla bla bla' is not assignable to type 'bla bla bla'.\n1 x Property 'avatar' is optional in type 'bla bla bla' but required in type 'bla bla bla'.\n\n## Fix\nI was adding this workaround for typecheck in three or four files:\n```\n// @ts-expect-error Object literal may only specify known properties, and 'title' does not exist in type 'OgImageOptions\u003C\"NuxtSeo\"> | OgImagePrebuilt'.\n```\n\nIn blog/index.vue a was adding this lines in the template in front of `UPageBody` (in blog/index.vue):\n``` \n\u003C!--\n @vue-expect-error The variable authors throws four errors;\n 3 x Type 'bla bla bla' is not assignable to type 'bla bla bla'.\n 1 x Property 'avatar' is optional in type 'bla bla bla' but required in type 'bla bla bla'.\n -->\n```\n\n## seo info from the page missing on facebook\nThere is still noe data about the page on facebook. \n(Other nuxt-content I have made earlier have this info when I copy/paste the url to facebook.)\n\n## Any questions to this issue?\nPlease add some questions to get more info about this issues. (This was written faster than normal.)",[2071,2072,2075],{"name":2002,"color":2003},{"name":2073,"color":2074},"pro","5BD3CB",{"name":2039,"color":2040},2415,"og:fields in my 100% clean saas template doesn't shows on facebook, and your own public saas template don't show the og:image","2024-10-22T09:40:37Z","https://github.com/nuxt/ui/issues/2415",0.73203963,{"description":2082,"labels":2083,"number":2086,"owner":1991,"repository":1992,"state":2053,"title":2087,"updated_at":2088,"url":2089,"score":2090},"### Description\n\nSometimes we need some properties or events like selectIndex, prev/next ...\nFor example, I want to get the current image index outside of the Carousel to display something like `1/50`.\nI tried `emblaRef` and `emblaApi`, but it's always an empty object.\n\n### Additional context\n\n_No response_",[2084,2085],{"name":2016,"color":2017},{"name":1988,"color":1989},3391,"Can Carousel component expose some events?","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3391",0.73920435,{"description":2092,"labels":2093,"number":2097,"owner":1991,"repository":1992,"state":2053,"title":2098,"updated_at":2099,"url":2100,"score":2101},"### Environment\n\n- Operating System: Darwin\n- Node Version: -\n- Nuxt Version: -\n- CLI Version: -\n- Nitro Version: -\n- Package Manager: -\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.16.1\n\n### Reproduction\n\nhttps://dashboard-template.nuxt.dev/\n\nhttps://github.com/user-attachments/assets/c7c84465-1507-4ba8-a321-1e4f7def60f1\n\n### Description\n\nI was checking the pro dashboard template and found that.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2094,2095,2096],{"name":2002,"color":2003},{"name":1988,"color":1989},{"name":2073,"color":2074},3713,"Command behind Slideover in Nuxt UI Pro Template","2025-03-28T15:16:02Z","https://github.com/nuxt/ui/issues/3713",0.75267684,["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"0pK2vzF8p8d8_0-Wu9XnXPVy4kUFXl5Pp_YOXHD_75E":-1},"/nuxt/ui/3467"]