` for the rest of the content, which could be either 1 or more DashboardPanels.\n\nThanks in advance!",[1995,1998,2001],{"name":1996,"color":1997},"question","d876e3",{"name":1999,"color":2000},"v3","49DCB8",{"name":2002,"color":2003},"pro","5BD3CB",3627,"ui","closed","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.69718045,{"description":2012,"labels":2013,"number":2021,"owner":1985,"repository":2005,"state":2006,"title":2022,"updated_at":2023,"url":2024,"score":2025},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.14.4\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-apha.10\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/nuxt-ui3-forked-jncllj\n\n### Description\n\nRelated : https://github.com/histoire-dev/histoire/issues/702\n\nWhen a component is ULink or uses ULink (ex: UButton), Histoire doesn't work anymore.\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nLink.vue:108 Uncaught (in promise) TypeError: Cannot destructure property 'href' of 'undefined' as it is undefined.\n at Link.vue:108:28\n at Proxy.renderFnWithContext (runtime-core.esm-bundler.js?v=896f4f1e:699:13)\n at Proxy.\u003Canonymous> (components.mjs:12:28)\n at renderComponentRoot (runtime-core.esm-bundler.js?v=896f4f1e:6521:16)\n at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?v=896f4f1e:5343:46)\n at ReactiveEffect.run (reactivity.esm-bundler.js?v=896f4f1e:198:19)\n at setupRenderEffect (runtime-core.esm-bundler.js?v=896f4f1e:5478:5)\n at mountComponent (runtime-core.esm-bundler.js?v=896f4f1e:5253:7)\n at processComponent (runtime-core.esm-bundler.js?v=896f4f1e:5206:9)\n at patch (runtime-core.esm-bundler.js?v=896f4f1e:4722:11)\n```",[2014,2017,2018],{"name":2015,"color":2016},"bug","d73a4a",{"name":1999,"color":2000},{"name":2019,"color":2020},"triage","ffffff",3004,"ULink make Histoire crash","2025-03-28T17:36:15Z","https://github.com/nuxt/ui/issues/3004",0.7177064,{"description":2027,"labels":2028,"number":2031,"owner":1985,"repository":2005,"state":2006,"title":2032,"updated_at":2033,"url":2034,"score":2035},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nhow to add second icon on the right for button in UTab component\n\n\n\nSOLVE: need to use the #trailing slot, I didn't see it in the documentation\n\n",[2029,2030],{"name":1996,"color":1997},{"name":1999,"color":2000},2717,"second icon in UTab component","2024-12-09T11:15:15Z","https://github.com/nuxt/ui/issues/2717",0.7226169,{"description":2037,"labels":2038,"number":2041,"owner":1985,"repository":2005,"state":2006,"title":2042,"updated_at":2043,"url":2044,"score":2045},"### Description\n\nIn v3, we seem to have lost any focus indication on Buttons. This looks intentional as I see `focus:outline-hidden` on the base. For a11y and good keyboard navigation, it's best practice to have a visual indication of focus: https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#discernibleandpredictablekeyboardfocus\n\nIt seems we've taken a step backward from v2 in this regard. Was this intentional? Is the intent for users to add their own `focus-visible:*` classes via app config?",[2039,2040],{"name":1996,"color":1997},{"name":1999,"color":2000},3658,"Button Focus Indication","2025-03-24T09:50:12Z","https://github.com/nuxt/ui/issues/3658",0.72818184,{"description":2047,"labels":2048,"number":2052,"owner":1985,"repository":2005,"state":2006,"title":2053,"updated_at":2054,"url":2055,"score":2056},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@10.6.2\n- Builder: -\n- User Config: modules, css, runtimeConfig, uiPro, compatibilityDate, devtools, future, experimental\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxt/ui-pro@3.0.0, @nuxt/content@3.3.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\n```html\n\u003CProsePre lang=\"yaml\">{{ yaml }}\u003C/ProsePre>\n```\n\n\n### Description\n\nMade sure I have content installed and loaded - renders just fine, copy button shows the ✅ - but nothing is copied\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2049,2050,2051],{"name":2015,"color":2016},{"name":1999,"color":2000},{"name":2019,"color":2020},3545,"Clipboard button doesnt copy content when using ProsePre directly","2025-03-13T00:31:04Z","https://github.com/nuxt/ui/issues/3545",0.73731303,{"description":2058,"labels":2059,"number":2065,"owner":1985,"repository":2005,"state":2006,"title":2066,"updated_at":2067,"url":2068,"score":2069},"### Description\n\nI think it would be very cool and helpful if the accordion items could have some drag functionality. I want my users to be able to add links to their account in a accordion form. They should be able to reorder it as well. Not sure if the accordion is the right component to add it or that it could be something on it's own. You might have different thoughts. See https://github.com/nuxt/ui/issues/825\n\n### Additional context\n\n_No response_",[2060,2063,2064],{"name":2061,"color":2062},"enhancement","a2eeef",{"name":1999,"color":2000},{"name":2019,"color":2020},3637,"Add drag behaviour to `accordion`","2025-03-24T17:08:50Z","https://github.com/nuxt/ui/issues/3637",0.7380945,{"description":2071,"labels":2072,"number":2075,"owner":1985,"repository":2005,"state":2006,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.9\n\n### Description\n\nSometimes, we don't want the content of the Popover to be unmounted when the popover gets closed.\nFor exemple, when building a search UI with Algolia and vue-instantsearch, i want to place refinement lists in Popovers.\nIf you apply some filters and then close the Popover, the refinement list is unmounted and the search state is lost.\n\nThis is an exemple but i think there is other cases where you don't want the content to be unmounted.\nRadix provides a forceMount prop for the Popover.Content component. \n\nWhy is this forceMount prop not available in content props for nuxt/ui ?\nIt looks like it's done on purpose so i may miss something.\n\nThank you :)\n\n### Additional context\n\n_No response_",[2073,2074],{"name":2061,"color":2062},{"name":1999,"color":2000},2804,"[v3][Popover] Allow use of forceMount","2024-12-03T12:53:01Z","https://github.com/nuxt/ui/issues/2804",0.74005985,{"description":2081,"labels":2082,"number":2084,"owner":1985,"repository":2005,"state":2006,"title":2085,"updated_at":2086,"url":2087,"score":2088},"### Description\n\nWe have private modules using @nuxt/ui. \r\nTheir module setup uses nuxt.hook to add files to tailwindcss.config. \r\nwith... \r\n```\r\n// nuxt.config.ts\r\ntailwindcss: {\r\n exposeConfig: true,\r\n}\r\n```\r\nWe can see at runtime our private modules were included in the tailwind content.\r\nThis is also confirmed with logs during the build and nuxt.hook\r\n\r\nEverything works as expected when building locally...\r\n``` bash\r\nnpm run dev\r\n```\r\nor\r\n``` bash\r\nnuxt build\r\n```\r\nHowever when building for production the resulting client bundle is missing any style used in a module. \r\nin other words, anything from tailwindcss.content with `node_modules` in the path was skipped.\r\n\r\nMy modules tailwind styles don't work in production.\r\n\r\nHow can I debug this?",[2083],{"name":1996,"color":1997},2253,"Expected styles from a private modules are missing in the production client bundle","2024-12-09T11:19:56Z","https://github.com/nuxt/ui/issues/2253",0.7403142,{"description":2090,"labels":2091,"number":2097,"owner":1985,"repository":1985,"state":2006,"title":2098,"updated_at":2099,"url":2100,"score":2101},"### Describe the feature\n\nHey there! I'm really excited about the new `typedPages` feature. Great work on that one!\r\n\r\nI would like to create composable, for example a `useGetAppLocation`, that essentially returns a resolved url while adding a param that every url in my app needs. Example:\r\n\r\n```ts\r\n// props must be any because we don't have a type for it :/\r\nexport const useGetAppLocation = (props: any) => {\r\n\tconst router = useRouter()\r\n\tconst currentSpaceStore = useCurrentSpaceStore()\r\n\r\n\treturn router.resolve({\r\n\t\t...props,\r\n\t\tparams: {\r\n\t\t\t...props.params,\r\n\t\t\tspaceKey: currentSpaceStore.currentSpaceKey\r\n\t\t}\r\n\t})\r\n}\r\n```\r\n\r\nI would like to type this function, but as far as I can see nuxt doesn't export any types to do so. The `router.resolve()` uses `RouteNameMap`, `RouteLocationAsRelativeTyped`, `RouteLocationResolvedTyped ` and so on.\r\n\r\nIdeally, these types could be used in an application.\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).",[2092,2094],{"name":2061,"color":2093},"8DEF37",{"name":2095,"color":2096},"3.x","29bc7f",21032,"`experimental.typedPages`: Export types to make usable in application","2023-05-24T12:19:35Z","https://github.com/nuxt/nuxt/issues/21032",0.7500859,["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"_mKAB4IQ7lmFSvVL02y6YxTTbyvVG521M75Gs7lP1C0":-1},"/nuxt/ui/2336"]