\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.7777426,{"description":2022,"labels":2023,"number":2026,"owner":1991,"repository":1992,"state":2027,"title":2028,"updated_at":2029,"url":2030,"score":2031},"### Description\n\nHow can I set my template to a table? \n\nAn example is when I use the component directly: \n```\n \u003CUBadge trailing-icon=\"i-lucide-arrow-right\" size=\"md\" label=\"Example\">\n \u003Ctemplate #leading>\n // my custom logic\n \u003C/template>\n \u003C/UBadge>\n```\n\nHow to implement the same template in a table?\n```\n {\n accessorKey: 'score',\n header: 'Score',\n cell: ({ row }) => {\n return h('div', { class: 'flex items-center gap-3' }, [\n h(UBadge, {\n color: 'neutral',\n variant: 'outline',\n label: row.original.count,\n }),\n ])\n },\n },\n```",[2024,2025],{"name":2002,"color":2003},{"name":2005,"color":2006},3467,"closed","Table: custom cells of Nxt UI components with templates","2025-03-06T10:17:28Z","https://github.com/nuxt/ui/issues/3467",0.7162203,{"description":2033,"labels":2034,"number":2044,"owner":1991,"repository":1992,"state":2027,"title":2045,"updated_at":2046,"url":2047,"score":2048},"### 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.)",[2035,2038,2041],{"name":2036,"color":2037},"bug","d73a4a",{"name":2039,"color":2040},"pro","5BD3CB",{"name":2042,"color":2043},"upstream","78bddb",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.7304446,{"description":2050,"labels":2051,"number":2054,"owner":1991,"repository":1992,"state":2027,"title":2055,"updated_at":2056,"url":2057,"score":2058},"### 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!",[2052,2053],{"name":2036,"color":2037},{"name":2005,"color":2006},2488,"InputMenu component fast-deep-equal dependency issue","2024-11-06T21:38:08Z","https://github.com/nuxt/ui/issues/2488",0.7358486,{"description":2060,"labels":2061,"number":2063,"owner":1991,"repository":1992,"state":2027,"title":2064,"updated_at":2065,"url":2066,"score":2067},"### 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",[2062],{"name":2002,"color":2003},1740,"UCheckbox v-model as array","2025-03-31T08:02:40Z","https://github.com/nuxt/ui/issues/1740",0.7574357,{"description":2069,"labels":2070,"number":2074,"owner":1991,"repository":2075,"state":2027,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### Environment\n\nNot needed\n\n### Reproduction\n\nNot necessary, any SSR/Prerender Nuxt will fail\n\n### Describe the bug\n\nI'm just creating this issue to warn anyone that is using Cloudflare with Nuxt SSR\r\n\r\nDISABLE ASSET MINIFICATION, it breaks Vue hydration\r\n\r\n\r\nI've spent weeks trying to fix it, and it was as simple as unchecking these boxes, hope it helps anyone\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2071],{"name":2072,"color":2073},"documentation","9DE2BA",1457,"nuxt.com","SSR Issues with Coudflare Pages (SOLVED)","2023-12-27T17:11:13Z","https://github.com/nuxt/nuxt.com/issues/1457",0.7580422,{"description":2081,"labels":2082,"number":2085,"owner":1991,"repository":1992,"state":2027,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.9.0\n- Nuxt Version: 3.13.1\n- CLI Version: 3.13.1\n- Nitro Version: 2.9.7\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: devtools, modules, css, ui, colorMode, compatibilityDate, icon, sourcemap, experimental, nitro, future, pwa, routeRules, spaLoadingTemplate, runtimeConfig\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @vueuse/nuxt@10.11.1, @nuxtjs/mdc@0.6.1, @formkit/auto-animate/nuxt@0.8.2, @vite-pwa/nuxt@0.10.5\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\n`style tag`\n\n`Use`\n\n`debug`\n\n\n\n### Description\n\nSorry, I don't know if it's a bad configuration on my part, however the styles in which I use @apply don't work for me.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2083,2084],{"name":2036,"color":2037},{"name":2005,"color":2006},2763,"postcss style not applying","2024-12-05T13:48:59Z","https://github.com/nuxt/ui/issues/2763",0.76008385,{"description":2091,"labels":2092,"number":2094,"owner":1991,"repository":1992,"state":2027,"title":2095,"updated_at":2096,"url":2097,"score":2098},"# tldr\r\nWhen using nuxt UI v2.18.5 or higher -> `\u003CUInput value=\"'12714274'\" readonly />` change it to `\u003CUInput :model-value=\"'12714274'\" readonly />`\r\n\r\n\r\n\r\n--------- \r\n\r\n\r\n### Version\r\n\r\nedit: v2.18.5\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-ui-uds7la?file=app.vue\r\n\r\n### Description\r\n\r\nSo i have a few grouped form inputs and noticed all values being empty since last update, reverted back to 2.18.4 and worked again. \r\n\r\n_(👀 or you can tell me im using it wrong)_\r\n\r\n### Why i am using :value= ? \r\n\r\n```\r\n\u003CUInput\r\n :value=\"firstname\"\r\n @input=\"$emit('update:firstname', $event.target.value)\"\r\n />\r\n \u003CUInput\r\n :value=\"lastname\"\r\n @input=\"$emit('update:lastname', $event.target.value)\"\r\n />\r\n```\r\n\r\nand using \r\n```\r\n\u003CAccountFormDetails\r\n v-model:firstname=\"formState.firstname\"\r\n v-model:lastname=\"formState.lastname\"\r\n/>\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nno logs,no errors\r\n```\r\n\r\nedit: added repro\r\nedit: pinpointed on 2.18.5, this happened between 18.4 and 18.5",[2093],{"name":2036,"color":2037},2238,"UInput :value not working in v2.18.5","2024-09-25T08:36:59Z","https://github.com/nuxt/ui/issues/2238",0.76538223,["Reactive",2100],{},["Set"],["ShallowReactive",2103],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"ItGxnAUCyMQ9dQJYTBi8LyyAu5NZBqf13qNoHy8laN0":-1},"/nuxt/ui/3487"]