\r\n```\r\n\r\nI think implementation should be simple. In the NuxtLink component we would just need to do\r\n\r\n```ts\r\nnavigateTo(...)\r\n // New:\r\n .then(emit('navigationComplete', to))\r\n```\r\n\r\nI guess???\r\n\r\nIf that seems useful I might try my luck with a PR...\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2916,2917,2920],{"name":2868,"color":2901},{"name":2918,"color":2919},"discussion","538de2",{"name":2921,"color":2922},"pages","00DFB5",19928,"Emit \"navigation-complete\" event on NuxtLink","2024-06-30T11:09:10Z","https://github.com/nuxt/nuxt/issues/19928",0.733809,{"description":2929,"labels":2930,"number":2935,"owner":2877,"repository":2878,"state":2879,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### Description\n\nHello there,\n\nin `@nuxt/ui` v2 it was possible to access the buttons from inside `Tabs` or the input from `SelectMenu` via template refs to focus explicit elements. \nIs it possible to get that feature back especially for accessibility reasons?",[2931,2934],{"name":2932,"color":2933},"question","d876e3",{"name":2871,"color":2872},4292,"Exposing elements for better accessibility","2025-06-05T05:43:21Z","https://github.com/nuxt/ui/issues/4292",0.73664397,{"description":2941,"labels":2942,"number":2943,"owner":2877,"repository":2944,"state":2945,"title":2946,"updated_at":2947,"url":2948,"score":2949},"- [ ] Search\n- [ ] Subnavbar Links\n- [ ] Examples\n- [ ] Community / Open Source Guides\n- [ ] v2 migration nuxtjs.org",[],1306,"nuxt.com","closed","Documentation Update","2023-07-10T12:42:01Z","https://github.com/nuxt/nuxt.com/issues/1306",0.710592,{"description":2951,"labels":2952,"number":2956,"owner":2877,"repository":2878,"state":2945,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Description\n\nI was looking to implement tooltip for NavigationMenu links as it was available in the DashboardSidebarLinks component in v2. But seems like the feature is no longer present in v3. \n\nhttps://ui2.nuxt.com/pro/components/dashboard-sidebar-links\n\nLet me know if there is still a simple way to implement tooltips specially in the collapsed Sidebar. I don't wanna go down with the slots approach. It looks dirty.\n\n\n\n### Additional context\n\nThis is what I have to do in order to get it to work. I believe this should be part of Nuxt UI already.\n\n``` js\n\u003CUNavigationMenu :collapsed=\"collapsed\" :items=\"links\" orientation=\"vertical\">\n \u003Ctemplate #item-leading=\"{ item }\">\n \u003CUTooltip :disabled=\"!collapsed\" :text=\"item.label\">\n \u003CUIcon\n :name=\"item.icon || ''\"\n class=\"text-dimmed group-hover:text-default size-5 shrink-0 transition-colors\"\n />\n \u003C/UTooltip>\n \u003C/template>\n\u003C/UNavigationMenu>\n```",[2953,2954,2955],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4050,"NavigationMenu has no way to apply a tooltip.","2025-05-10T11:36:41Z","https://github.com/nuxt/ui/issues/4050",0.7175627,{"labels":2962,"number":2967,"owner":2877,"repository":2877,"state":2945,"title":2968,"updated_at":2969,"url":2970,"score":2971},[2963,2964],{"name":2868,"color":2901},{"name":2965,"color":2966},"3.x","29bc7f",13322,"provide universal route handling utilities","2023-01-19T16:52:31Z","https://github.com/nuxt/nuxt/issues/13322",0.728303,{"description":2973,"labels":2974,"number":2980,"owner":2877,"repository":2878,"state":2945,"title":2981,"updated_at":2982,"url":2983,"score":2984},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@10.2.4\n- Builder: -\n- User Config: css, compatibilityDate, devtools, future, modules, runtimeConfig, ssr, typescript\n- Runtime Modules: @nuxt/eslint@1.4.0, @nuxt/fonts@0.11.4, @nuxt/ui-pro@3.1.2, @pinia/nuxt@0.5.5, @vueuse/nuxt@10.11.1, nuxt-auth-utils@0.5.20, nuxt-authorization@0.3.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.2\n\n### Reproduction\n\nJust use the code of https://github.com/nuxt-ui-pro/dashboard/blob/main/app/pages/settings.vue and add a child to one of the links used for the UNavigationMenu. Like :\n````\n{\n label: \"General\",\n icon: \"i-lucide-user\",\n to: \"/settings\",\n children: [\n {\n label: \"Hello\",\n icon: \"i-lucide-book-open\",\n },\n ],\n exact: true,\n },\n````\n\n### Description\n\nIt seems wrapping the UNavigationMenu component in UDashboardToolbar will cause the UNavigationMenu's links children dropdown to not appear or be hidden.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2975,2976,2977],{"name":2888,"color":2889},{"name":2871,"color":2872},{"name":2978,"color":2979},"nuxt/ui-pro","00dc82",4177,"UNavigationMenu item children not visible when wrapped in UDashboardToolbar","2025-05-23T12:23:17Z","https://github.com/nuxt/ui/issues/4177",0.72879523,{"labels":2986,"number":2992,"owner":2877,"repository":2877,"state":2945,"title":2993,"updated_at":2994,"url":2995,"score":2996},[2987,2988,2989],{"name":2868,"color":2901},{"name":2965,"color":2966},{"name":2990,"color":2991},"dx","C39D69",13828,"Navigation fails if pages do not have single root element","2023-09-12T14:58:48Z","https://github.com/nuxt/nuxt/issues/13828",0.73277426,["Reactive",2998],{},["Set"],["ShallowReactive",3001],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzed_cOL1510M5H4qYZBkrEnGSJDJja2eOtYcqlp3G98":-1},"/nuxt/ui/4092"]