\n \u003C/div>\n\u003C/template>\n```\n\n### Logs\n\n```shell-script\n\n```",[3216,3217],{"name":3152,"color":3153},{"name":3174,"color":3175},2755,"Veritcal NavigationMenu - `defaultOpen` doesn't work","2024-11-26T10:29:27Z","https://github.com/nuxt/ui/issues/2755",0.6713272,{"description":3224,"labels":3225,"number":3228,"owner":3161,"repository":3162,"state":3163,"title":3229,"updated_at":3230,"url":3231,"score":3232},"### Description\n\ni noticed that NUXT UI / NUXT UI PRO were refactored to use tailwind's new version 3 stuff + radix...\n\ni just went to the tailwind docs today and it looks like they just skipped right past their new version 3 and went to version 4...\n\nany ideas how this effects NUXT UI/PRO? \n\nMy undersanding is that version 3->4 means it was a semver breaking change?",[3226,3227],{"name":3205,"color":3206},{"name":3174,"color":3175},3167,"tailwind version 4..?","2025-01-24T10:17:32Z","https://github.com/nuxt/ui/issues/3167",0.67225087,{"description":3234,"labels":3235,"number":3236,"owner":3161,"repository":3196,"state":3163,"title":3237,"updated_at":3238,"url":3239,"score":3240},"After using `pnpm update` to upgrade vue to 3.4.3, the console throws a lot of `Hydration mismatch`. If I am using vue 3.3.13, no `Hydration mismatch` warnings will be thrown.\r\n\r\n\u003Cimg width=\"1402\" alt=\"SCR-20240103-qagg\" src=\"https://github.com/nuxt/nuxt.com/assets/133459587/188ac1c4-e19a-4570-a5d0-4863c92a7bda\">\r\n",[],1467,"About vue@3.4.3 causing hydration mismatch","2024-05-03T00:34:36Z","https://github.com/nuxt/nuxt.com/issues/1467",0.67255425,{"description":3242,"labels":3243,"number":3246,"owner":3161,"repository":3162,"state":3163,"title":3247,"updated_at":3248,"url":3249,"score":3250},"### Environment\n\n- Operating System: Linux\n- Node Version: v23.3.0\n- Nuxt Version: 3.15.1\n- CLI Version: 3.18.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.13.2\n- Builder: -\n- User Config: devtools, modules, css, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.15.1\n\n### Reproduction\n\nhttps://github.com/fl5brkv/nuxt-issue\n\n### Description\n\nI installed nuxt ui 3 from the official nuxt ui starter, just wanted to try the calendar, but it doesnt work. Throwing me warnings in console.log.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[Vue warn]: Failed to resolve component: UCalendar\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \n at \u003CAnonymous key=\"/\" vnode= Object route= Object ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CToastProvider swipe-direction=\"right\" duration=5000 > \n at \u003CToaster key=0 > \n at \u003CTooltipProvider > \n at \u003CConfigProvider use-id=fn\u003Cuse-id> dir=\"ltr\" > \n at \u003CApp > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n\nruntime-core.esm-bundler.js?v=b66559bc:50 [Vue warn]: Hydration node mismatch:\n- rendered on server: \u003C!----> \n- expected on client: UCalendar \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \n at \u003CAnonymous key=\"/\" vnode= Object route= Object ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CToastProvider swipe-direction=\"right\" duration=5000 > \n at \u003CToaster key=0 > \n at \u003CTooltipProvider > \n at \u003CConfigProvider use-id=fn\u003Cuse-id> dir=\"ltr\" > \n at \u003CApp > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n```",[3244,3245],{"name":3152,"color":3153},{"name":3174,"color":3175},3044,"\u003CUCalendar /> isn't rendering","2025-01-08T09:24:13Z","https://github.com/nuxt/ui/issues/3044",0.67503613,{"description":3252,"labels":3253,"number":3264,"owner":3161,"repository":3161,"state":3163,"title":3265,"updated_at":3266,"url":3267,"score":3268},"### Environment\r\n\r\n`npx nuxi info` outputs:\r\n\r\n```bash\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v18.9.1`\r\n- Nuxt Version: `3.0.0-rc.11`\r\n- Nitro Version: `0.5.4`\r\n- Package Manager: `npm@8.19.1`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n```\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/mirumirumi/favicon-not-working\r\n\r\n### Describe the bug\r\n\r\nI have been using since about Nuxt@3.0.0-rc-2.\r\n\r\nThe favicon settings I had written in nuxt.config.ts have been working fine for a long time, but after upgrading from rc8 to rc11, the tags themselves are no longer being output. I have not changed any settings.\r\n\r\nHowever, I noticed that the output is only missing when there are two `app.head.link` and the favicon tag is defined on the first one. This is very strange, but the following minimum reproduction also reproduces it.\r\n\r\n```ts\r\nexport default defineNuxtConfig({\r\n app: {\r\n head: {\r\n charset: \"utf-8\",\r\n meta: [\r\n // something...\r\n ],\r\n link: [\r\n { rel: \"icon\", href: \"/favicon.ico\" }, // \u003C-- this and,\r\n { rel: \"canonical\", href: \"https://mydomain.me\" }, // \u003C-- this. Please reverse the order to be sure.\r\n ],\r\n },\r\n },\r\n})\r\n```\r\n\r\nIf the developer has changed the `src/` directory, due to the `\u003Clink rel=\"icon\">` tag not being output, the browser (probably) tries to go to `https://mydomain.me/favicon.ico` on its own and I get a 404 (I actually use an additional directory called assets under the public directory, so the favicon will be 404).\r\n\r\nAny ideas?\r\n\r\n### Additional context\r\n\r\nnothing\r\n\r\n### Logs\r\n\r\n```shell\r\nnothing\r\n```\r\n",[3254,3257,3258,3261],{"name":3255,"color":3256},"3.x","29bc7f",{"name":3152,"color":3153},{"name":3259,"color":3260},"upstream","E8A36D",{"name":3262,"color":3263},"upstream-bug","B60205",15029,"Don't output `\u003Clink rel=\"icon\">` for the favicon when multiple link tags in Nuxt@3.0.0-rc.9 or 10 or 11","2023-01-19T17:43:50Z","https://github.com/nuxt/nuxt/issues/15029",0.6757954,["Reactive",3270],{},["Set"],["ShallowReactive",3273],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQjmdhmHRVctMwvmmJiA8wiJQxG6wQXcHUIDzwMi6N8c":-1},"/nuxt/ui/3439"]