\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.75590205,{"description":2917,"labels":2918,"number":2924,"owner":2874,"repository":2875,"state":2925,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### 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```",[2919,2920,2921],{"name":2899,"color":2900},{"name":2871,"color":2872},{"name":2922,"color":2923},"upstream","78bddb",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.7057708,{"description":2931,"labels":2932,"number":2935,"owner":2874,"repository":2875,"state":2925,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### 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!",[2933,2934],{"name":2899,"color":2900},{"name":2871,"color":2872},2488,"InputMenu component fast-deep-equal dependency issue","2024-11-06T21:38:08Z","https://github.com/nuxt/ui/issues/2488",0.7158765,{"description":2941,"labels":2942,"number":2948,"owner":2874,"repository":2875,"state":2925,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### 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.)",[2943,2944,2947],{"name":2899,"color":2900},{"name":2945,"color":2946},"pro","5BD3CB",{"name":2922,"color":2923},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.729041,{"description":2954,"labels":2955,"number":2957,"owner":2874,"repository":2875,"state":2925,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### Description\n\nMultiple UCheckbox can share the same v-model by using an array like :\r\n\r\nhttps://vuetifyjs.com/en/components/checkboxes/#colors\r\n\r\n",[2956],{"name":2868,"color":2869},1740,"UCheckbox v-model as array","2025-03-31T08:02:40Z","https://github.com/nuxt/ui/issues/1740",0.7357475,{"description":2963,"labels":2964,"number":2967,"owner":2874,"repository":2875,"state":2925,"title":2968,"updated_at":2969,"url":2970,"score":2971},"### 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_",[2965,2966],{"name":2885,"color":2886},{"name":2871,"color":2872},3391,"Can Carousel component expose some events?","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3391",0.73759365,{"description":2973,"labels":2974,"number":2978,"owner":2874,"repository":2875,"state":2925,"title":2979,"updated_at":2980,"url":2981,"score":2982},"### 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```",[2975,2976,2977],{"name":2899,"color":2900},{"name":2871,"color":2872},{"name":2945,"color":2946},3713,"Command behind Slideover in Nuxt UI Pro Template","2025-03-28T15:16:02Z","https://github.com/nuxt/ui/issues/3713",0.74015564,["Reactive",2984],{},["Set"],["ShallowReactive",2987],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0pK2vzF8p8d8_0-Wu9XnXPVy4kUFXl5Pp_YOXHD_75E":-1},"/nuxt/ui/3467"]