\n \u003C/UApp>\n\u003C/template>\n```\n\n### Description\n\n`NavigationMenu` is passed an item with a set `href` and `target` set to `_self`. Rendered `\u003Ca>` ignores passed `target` and sets it to `_blank`:\n\n\u003Cimg width=\"578\" height=\"320\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e0dea426-2ed6-4dac-b1dd-f805792348af\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3237,3238,3239],{"name":3172,"color":3173},{"name":3175,"color":3176},{"name":3178,"color":3179},5012,"`NavigationMenu`: `NavigationMenuItem.target` seems to be ignored","2025-09-19T04:45:20Z","https://github.com/nuxt/ui/issues/5012",0.72054696,{"description":3246,"labels":3247,"number":3251,"owner":3181,"repository":3182,"state":3252,"title":3253,"updated_at":3254,"url":3255,"score":3256},"### Environment\n\nnot needed\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.1\n\n### Reproduction\n\ncheck current docs: https://ui.nuxt.com/components/navigation-menu#content-orientation\n\n### Description\n\n\n\nThe dropdown is at wrong position... also the \"arrow\" prop doesnt work\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3248,3249,3250],{"name":3172,"color":3173},{"name":3175,"color":3176},{"name":3178,"color":3179},4073,"closed","UNavigationMenu: Dropdown broken","2025-05-13T12:02:03Z","https://github.com/nuxt/ui/issues/4073",0.69247645,{"description":3258,"labels":3259,"number":3268,"owner":3181,"repository":3182,"state":3252,"title":3269,"updated_at":3270,"url":3271,"score":3272},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.12.0\n- Nuxt Version: 3.17.4\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@10.9.0\n- User Config: compatibilityDate, devtools, ssr, future, app, css, modules, build, vite, eslint, i18n, runtimeConfig, experimental, imports\n- Runtime Modules: @nuxt/eslint@1.4.1, @nuxt/test-utils@3.19.1, @nuxt/ui@3.2.0, @nuxtjs/i18n@9.5.5\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.2.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/nuxt-ui3-n3sxks\n\n### Description\n\nThe UNavigationMenu component doesn't have built-in support for generating localized routes when using @nuxtjs/i18n. When using locale prefixes (e.g., /en/dashboard, /ar/dashboard), the navigation items don't automatically adapt to the current locale.\n\n### Expected behavior:\nThe component should automatically handle locale prefixes when @nuxtjs/i18n is configured, similar to how \u003CNuxtLink> works with localePath().\n\n### Proposed solution:\nAuto-detect @nuxtjs/i18n configuration\nApply localePath() internally to to props\nAdd optional localized prop for explicit control\nMaintain backward compatibility\n\nThis would eliminate boilerplate code and improve DX for internationalized applications using Nuxt UI navigation components.\n\n\n### Additional context\n\n**Current Workaround Required:**\n```vue\n\u003Cscript setup>\nconst { locale } = useI18n()\n\n// Manual helper function needed\nconst getLocalizedRoute = (path) => {\n if (locale.value === 'ar') {\n return `/example/ar${path}`\n }\n return `/example${path}`\n}\n\nconst sidebarItems = computed(() => [\n [{\n label: 'Dashboard',\n icon: 'i-lucide-home',\n to: getLocalizedRoute('/dashboard/'), // Manual localization\n }]\n])\n\u003C/script>\n```\n\n### Logs\n\n```shell-script\n\n```",[3260,3261,3262,3263,3266],{"name":3172,"color":3173},{"name":3175,"color":3176},{"name":3178,"color":3179},{"name":3264,"color":3265},"closed-by-bot","ededed",{"name":3267,"color":3265},"stale",4465,"UNavigationMenu lacks built-in support for localized routes (i18n)","2025-09-15T02:08:24Z","https://github.com/nuxt/ui/issues/4465",0.69345134,{"description":3274,"labels":3275,"number":3282,"owner":3181,"repository":3182,"state":3252,"title":3283,"updated_at":3284,"url":3285,"score":3286},"### Environment\n\n- Operating System: Darwin\n- Node Version: v24.8.0\n- Nuxt Version: 4.1.2\n- CLI Version: 3.28.0\n- Nitro Version: 2.12.6\n- Package Manager: pnpm@10.10.0\n- Builder: -\n- User Config: modules, devtools, app, css, vue, content, runtimeConfig, routeRules, future, compatibilityDate, nitro, vite, eslint, security, supabase, uiPro\n- Runtime Modules: @nuxt/eslint@1.9.0, @nuxt/image@1.11.0, @nuxt/ui-pro@3.3.4, @nuxt/content@3.7.1, @vueuse/nuxt@13.9.0, nuxt-og-image@5.1.11, @nuxtjs/supabase@1.6.2, nuxt-security@2.4.0, @nuxt/scripts@0.11.13, motion-v/nuxt@1.7.1\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Package\n\nv3.x, v4.x\n\n### Version\n\nv3.3.4, v4.0.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/carousel#fade\nhttps://ui.nuxt.com/components/carousel#wheel-gestures\n\n### Description\n\nYou can reproduce this bug by clearing cache on ui.nuxt.com and navigating to the carousel page. Reloading the page has wheel gestures and fade working again.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3276,3277,3280,3281],{"name":3172,"color":3173},{"name":3278,"color":3279},"duplicate","cfd3d7",{"name":3175,"color":3176},{"name":3178,"color":3179},5023,"Carousel properties 'fade' and 'wheel gestures' are broken in 4.0.0","2025-10-02T12:41:57Z","https://github.com/nuxt/ui/issues/5023",0.7072638,{"description":3288,"labels":3289,"number":3293,"owner":3181,"repository":3182,"state":3252,"title":3294,"updated_at":3295,"url":3296,"score":3297},"### Environment\n\n```\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.9\n- Package Manager: bun@1.2.9\n- Builder: -\n- User Config: ssr, imports, devtools, experimental, future, compatibilityDate, alias, runtimeConfig, devServer, app, css, modules, build, hooks, dayjs, ui, typescript\n- Runtime Modules: @nuxt/eslint@1.3.0, @vueuse/nuxt@13.1.0, @nuxt/test-utils/module@3.17.2, dayjs-nuxt@2.1.11, nuxt-svgo@4.0.17, @nuxt/ui-pro@3.1.0, @pinia/nuxt@0.11.0, @pinia/colada-nuxt@0.1.1, @nuxt/image@1.10.0\n- Build Modules: -\n```\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.1.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/empty-fast-5xtcmy?workspaceId=ws_SD2P6X4ufyWkm2P3aqoQA6\n\n### Description\n\nbetween version 3.0.2 and 3.1.0 the content container for the menu items is no longer filling the width.\n\n### Additional context\n\n__no response__\n\n### Logs\n\n```shell-script\n\n```",[3290,3291,3292],{"name":3172,"color":3173},{"name":3175,"color":3176},{"name":3178,"color":3179},3987,"[NavigationMenu] Regression - Update","2025-05-02T09:52:45Z","https://github.com/nuxt/ui/issues/3987",0.7112988,["Reactive",3299],{},["Set"],["ShallowReactive",3302],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fFAcIPtRWIdLcD5kaPwnorpAy2A8SaX3zO3RtXYSs-LI":-1},"/nuxt/ui/3907"]