` for the rest of the content, which could be either 1 or more DashboardPanels.\n\nThanks in advance!",[2075,2078,2079],{"name":2076,"color":2077},"question","d876e3",{"name":1988,"color":1989},{"name":2080,"color":2081},"pro","5BD3CB",3627,"How to add a persistent Navbar on top of all DashboardPanels inside of a DashboardGroup?","2025-03-19T20:53:14Z","https://github.com/nuxt/ui/issues/3627",0.71639866,{"description":2088,"labels":2089,"number":2093,"owner":1994,"repository":1995,"state":2012,"title":2094,"updated_at":2095,"url":2096,"score":2097},"### Environment\n\n Operating System: Darwin\r\n- Node Version: v20.12.2\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.5.0\r\n- Builder: -\r\n- User Config: routeRules, app, runtimeConfig, nitro, css, devtools, experimental, auth, mongoose, pinia, vueEmail, googleFonts, modules\r\n- Runtime Modules: @nuxt/image@1.7.0, @vueuse/nuxt@10.9.0, nuxt-mongoose@1.0.5, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/content@2.12.1, @sidebase/nuxt-auth@0.7.2, @vue-email/nuxt@0.8.19, nuxt-aos@1.2.4, @nuxt/ui@2.16.0, @nuxtjs/google-fonts@3.2.0\r\n- Build Modules: -\n\n### Version\n\nv2.16.0\n\n### Reproduction\n\nnothing there\n\n### Description\n\n- activeClass does not work on UButton when switching from another layout, activeClass starts working when you reload the page. \r\n- If I use NuxtLink everything works fine.\r\n\r\n> I have layout auth on the registration page, after authorization I am automatically redirected to the page with the default layout, on this page there is a menu with a UButtons\r\n\r\n----\r\nScreenshot don't work\r\n\r\nScreenshot normal work\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2090,2091,2092],{"name":2005,"color":2006},{"name":2060,"color":2061},{"name":2065,"color":2066},1778,"UButton - activeClass does not work when switching from another layout","2025-04-01T02:12:03Z","https://github.com/nuxt/ui/issues/1778",0.7248581,{"description":2099,"labels":2100,"number":2103,"owner":1994,"repository":1995,"state":2012,"title":2104,"updated_at":2105,"url":2106,"score":2107},"### Description\n\nI've been trying for some time to disable the external icon as shown here but was unable to, even if target=\"_blank\":\n\u003Cimg width=\"243\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a81dfa32-a8bb-4ec7-9671-006d0161bcef\" />\n\nIn this case, I want to display the icons as below without the external icons, even if the target='_blank':\n\u003Cimg width=\"203\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d52b4a82-306b-4c69-8117-3a7e8ee6a2ea\" />\n\n\n### Additional context\n\nThe lines responsible identified here:\nhttps://github.com/nuxt/ui/blob/d4653e3c02e877eed1f8762046b2b1f001b2e84b/src/runtime/components/NavigationMenu.vue#L191\nhttps://github.com/nuxt/ui/blob/d4653e3c02e877eed1f8762046b2b1f001b2e84b/src/runtime/components/NavigationMenu.vue#L252",[2101,2102],{"name":1985,"color":1986},{"name":1988,"color":1989},2996,"Ability to disable external icon in NavigationMenu","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/2996",0.7275067,{"description":2109,"labels":2110,"number":2113,"owner":1994,"repository":1995,"state":2012,"title":2114,"updated_at":2115,"url":2116,"score":2117},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.15.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.7.0\n- Builder: -\n- User Config: devtools, modules, gtag, runtimeConfig, mdc, app, nitro, serverMiddleware, css, ui, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, @nuxt/eslint@1.0.1, @nuxtjs/mdc@0.13.5, @vueuse/nuxt@12.5.0, nuxt-gtag@3.0.2\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/epic-cdn-6dgx4q \n\n### Description\n\ncode here:\n```vue\n\u003Ctemplate>\n \u003CUTooltip text=\"Copy\">\n \u003CUButton color=\"neutral\" variant=\"ghost\" size=\"xs\" icon=\"i-lucide-copy\" />\n \u003C/UTooltip>\n \u003CUTooltip text=\"Delete\">\n \u003CUButton color=\"neutral\" variant=\"ghost\" size=\"xs\" icon=\"i-lucide-trash-2\" />\n \u003C/UTooltip>\n \u003CUDropdownMenu size=\"sm\" :items=\"exportItems\">\n \u003CUTooltip text=\"Export as...\">\n \u003CUButton color=\"neutral\" variant=\"ghost\" size=\"xs\" icon=\"i-lucide-file-down\" />\n \u003C/UTooltip>\n \u003C/UDropdownMenu>\n\u003C/template>\n\u003Cscript setup>\n const exportItems = [\n [\n {\n label: 'Export as...',\n type: 'label'\n },\n ],\n [\n {\n label: 'Markdown',\n onSelect () {\n \n }\n },\n {\n label: 'Plain Text',\n onSelect () {\n \n }\n },\n ]\n]\n\u003C/script>\n```\nin this case, UDropdownMenu can not work, if remove UTooltip element, it works.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2111,2112],{"name":2005,"color":2006},{"name":1988,"color":1989},3339,"DropdownMenu cannot be nested with Tooltip components","2025-02-19T15:23:15Z","https://github.com/nuxt/ui/issues/3339",0.728587,["Reactive",2119],{},["Set"],["ShallowReactive",2122],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"7kTu2nPZ1SW67JP0_rCvHRMcbwLu6J-Et1fEJk9fWko":-1},"/nuxt/nuxt.com/1862"]