\n \u003C/template>\n \u003CUButton\n label=\"Open\"\n color=\"neutral\"\n variant=\"subtle\"\n trailing-icon=\"i-lucide-chevron-down\"\n block\n />\n \u003C/UCollapsible>\n\n### Additional context\n\n_No response_",[2867,2870,2873],{"name":2868,"color":2869},"enhancement","a2eeef",{"name":2871,"color":2872},"v3","49DCB8",{"name":2874,"color":2875},"triage","ffffff",4146,"nuxt","ui","open","Can we add a reverse prop for collapsible.","2025-05-13T21:49:55Z","https://github.com/nuxt/ui/issues/4146",0.7792394,{"description":2885,"labels":2886,"number":2889,"owner":2877,"repository":2890,"state":2891,"title":2892,"updated_at":2893,"url":2894,"score":2895},"- Only open the one active when navigating\n\n@SarahM19 can you upload the image for the icon for the collapsible menu?",[2887],{"name":2868,"color":2888},"1ad6ff",1033,"nuxt.com","closed","[DocsAside] Collapse menu ","2023-02-15T12:31:04Z","https://github.com/nuxt/nuxt.com/issues/1033",0.74597746,{"description":2897,"labels":2898,"number":2899,"owner":2877,"repository":2900,"state":2891,"title":2901,"updated_at":2902,"url":2903,"score":2904},"I think @Nuxt/fonts unable to download font meta data behind proxy server. All other tools (npm, pnpm) work fine.\r\n\r\n\r\nError:\r\n```bash\r\n[@nuxt/fonts] ERROR Could not download google font metadata. @nuxt/fonts will not be able to inject @font-face rules for google.\r\n\r\n\r\n[@nuxt/fonts] ERROR Could not download bunny font metadata. @nuxt/fonts will not be able to inject @font-face rules for bunny.\r\n\r\n\r\n[@nuxt/fonts] ERROR Could not download fontshare font metadata. @nuxt/fonts will not be able to inject @font-face rules for fontshare.\r\n```\r\n\r\nSystem info: \r\n```bash\r\nNuxt project info:\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v21.6.2\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.0\r\n- Nitro Version: 2.9.4\r\n- Package Manager: pnpm@8.15.5\r\n- Builder: -\r\n- User Config: build, content, css, devtools, experimental, fonts, image, imports, lodash, modules, nitro, notivue, pinia, postcss, router, routeRules, runtimeConfig, security, seo, ssr, studio, telemetry, typescript, vite, vuetify, vueuse, vue\r\n- Runtime Modules: @nuxt/content@2.12.1, @nuxt/fonts@0.3.0, @nuxt/image@1.4.0, @nuxt/test-utils/module@3.12.0, @nuxthq/studio@1.0.13, @nuxtjs/seo@2.0.0-rc.9, @pinia/nuxt@0.5.1, @sidebase/nuxt-pdf@1.0.0-alpha.0, @vue-email/nuxt@0.8.19, @vueuse/nuxt@10.9.0, notivue/nuxt, nuxt-auth-utils@0.0.20, nuxt-lodash@2.5.3, nuxt-security@1.2.2, vuetify-nuxt-module@0.12.0\r\n- Build Modules: -\r\n------------------------------\r\n```",[],76,"fonts","ERROR: Could not download font metadata","2024-03-20T14:30:12Z","https://github.com/nuxt/fonts/issues/76",0.7690674,{"description":2906,"labels":2907,"number":2911,"owner":2877,"repository":2878,"state":2891,"title":2912,"updated_at":2913,"url":2914,"score":2915},"### Description\n\nIs there any chance we can get option to enable/disable collapsible when collapsed prop is true. v3.0.0-alpha.13 'fixed' NavigationMenu: disable collapsible with collapsed prop, i used nuxt ui since v3.0.0-alpha.12 and thought the collapsible when collapsed was feature.\n\n### Additional context\n\n_No response_",[2908,2909,2910],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3353,"NavigationMenu: Option to enable collapsible with collapsed prop","2025-05-10T15:51:54Z","https://github.com/nuxt/ui/issues/3353",0.7693082,{"description":2917,"labels":2918,"number":2919,"owner":2877,"repository":2920,"state":2891,"title":2921,"updated_at":2922,"url":2923,"score":2924},"```\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.14.0\r\n- Nuxt Version: 3.12.3\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.4.0\r\n- Builder: -\r\n- User Config: devtools, ssr, app, primevue, css, modules, swiper, icon, dir, components, srcDir, runtimeConfig, alias, compatibilityDate\r\n- Runtime Modules: @pinia/nuxt@0.5.1, @vueuse/nuxt@10.11.0, nuxt-primevue@3.0.0, @nuxt/icon@1.1.1, @nuxt/eslint@0.3.13, @nuxt/image@1.7.0, nuxt-swiper@1.2.2\r\n- Build Modules: -\r\n------------------------------\r\n```\r\n\r\n` ssr: false,`\r\n\r\nicons not working after disabling ssr with latest ` \"@nuxt/icon\": \"^1.1.1\"` update \r\nWith old `\"@nuxt/icon\": \"1.0.0\",` works fine. Im using custom icons, no iconify whatsoever\r\n\r\nicon itself looks like this after update - no content inside svg\r\n```\r\n\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" role=\"img\" ssr=\"true\" class=\"_infoIcon_5ybwn_125 _icon_1nxjn_7 _info_1nxjn_12 icon iconify iconify--icon\" width=\"1em\" height=\"1em\" viewBox=\"0 0 24 24\">\u003C/svg>\r\n```\r\n\r\n```\r\n icon: {\r\n fallbackToApi: false,\r\n mode: 'svg',\r\n customCollections: [\r\n {\r\n prefix: 'icon',\r\n dir: './src/shared/components/icons'\r\n }\r\n ]\r\n },\r\n```\r\n\r\nno errors in console or network too",[],205,"icon","icons not working after disabling SSR with latest 1.1.1 update ","2024-07-18T22:45:11Z","https://github.com/nuxt/icon/issues/205",0.78561324,{"description":2926,"labels":2927,"number":2919,"owner":2877,"repository":2931,"state":2891,"title":2932,"updated_at":2933,"url":2934,"score":2924},"### 🐛 The bug\n\nIf you click on something that is meant to trigger the script to load before the app is hydrated, it won't load the script.\r\n\r\nWe need to inject event listeners into the element within the SSR.\n\n### 🛠️ To reproduce\n\n-\n\n### 🌈 Expected behavior\n\n-\t\n\n### ℹ️ Additional context\n\n_No response_",[2928],{"name":2929,"color":2930},"bug","d73a4a","scripts","Mousedown script hydration trigger doesn't work if clicked before app hydration","2024-09-03T10:02:43Z","https://github.com/nuxt/scripts/issues/205",{"description":2936,"labels":2937,"number":2943,"owner":2877,"repository":2878,"state":2891,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Description\n\nUsing any of the navigation tree components (I'm specifically using the ContentNavigation component), I would expect nested link parent items to be opened automatically to the active page (to give context to the current location in the navigation tree). Currently, the navigation tree just remains closed when a page changes.\n\n### Additional context\n\n_No response_",[2938,2939,2940],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2941,"color":2942},"nuxt/ui-pro","00dc82",4255,"Auto-open to nested active link for page navigation trees","2025-05-30T08:14:13Z","https://github.com/nuxt/ui/issues/4255",0.78934675,{"description":2949,"labels":2950,"number":2951,"owner":2877,"repository":2900,"state":2891,"title":2952,"updated_at":2953,"url":2954,"score":2955},"I have these fonts in my public/font directory:\n\n\nI set my font as a CSS var:\n\n\nI use that var, but with a bold weight:\n\n\nThe bold font is never loaded:\n\n\nRegular font weights and italic style work, but can't get the other weights to load.\n\n",[],343,"Font as a CSS var, not loading other weights","2024-10-23T08:47:08Z","https://github.com/nuxt/fonts/issues/343",0.79005194,{"description":2957,"labels":2958,"number":2962,"owner":2877,"repository":2878,"state":2891,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Description\n\nThe UNavigationMenu component in collapsed mode provides a space-efficient navigation experience.\n\nHowever, when a navigation item has submenus, the current behavior on click is to add the submenu items with a new list of icons at the same level. This can be confusing, as it’s not immediately clear that a submenu was opened, it looks like a flat continuation of the main menu.\n\nhttps://github.com/user-attachments/assets/809d7216-d707-48a6-bfeb-d6f3f4c292a5\n\n\n👉 A potential improvement would be to show a popover menu on hover (like Stripe does) when an item with children is hovered in collapsed mode.\n\n\n\n### Additional context\n\n_No response_",[2959,2960,2961],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4186,"Show a popover menu on hover in `UNavigationMenu` when collapsed, for items with submenus","2025-05-21T16:39:05Z","https://github.com/nuxt/ui/issues/4186",0.795671,{"description":2968,"labels":2969,"number":2972,"owner":2877,"repository":2878,"state":2891,"title":2973,"updated_at":2974,"url":2975,"score":2976},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: -\n- CLI Version: 3.15.0\n- Nitro Version: -\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n\n### Version\n\nCommit [845f85a](https://github.com/nuxt/ui/commit/845f85a072598f47c7afe10c4e5ebcc480450113)\n\n### Reproduction\n\nAfter creating a fresh AdonisJS project with the [Inertia and Vue 3 starter kit](https://docs.adonisjs.com/guides/getting-started/installation#inertia-starter-kit) \n```\n# Vue without server-side rendering\nnpm init adonisjs@latest -- -K=inertia --adapter=vue --no-ssr\n```\n\nHere is the procedure followed to add NuxtUI to the project https://ui3.nuxt.dev/getting-started/installation/vue\n1. Install the package with the latest commit, as the release has not yet been made \n```bash\nnpm install https://pkg.pr.new/@nuxt/ui@5a9511f\n```\n\n2. Add the Nuxt UI Vite plugin in the vite.config.ts\n```typescript\nimport ui from '@nuxt/ui/vite'\nimport { defineConfig } from 'vite'\nimport { getDirname } from '@adonisjs/core/helpers'\nimport inertia from '@adonisjs/inertia/client'\nimport vue from '@vitejs/plugin-vue'\nimport adonisjs from '@adonisjs/vite/client'\n\nexport default defineConfig({\n plugins: [\n inertia({ ssr: { enabled: false } }),\n vue(),\n adonisjs({ entrypoints: ['inertia/app/app.ts'], reload: ['resources/views/**/*.edge'] }),\n ui(),\n ],\n\n resolve: {\n alias: {\n '~/': `${getDirname(import.meta.url)}/inertia/`,\n },\n },\n})\n```\n\nHere I already have a problem: I can't launch the application.\n```bash\nfailed to load config from /Users/kamil/Documents/projects/myproject/vite.config.ts\nTypeError: The URL must be of scheme file\n```\n\nThere is no problem with the use of the library with a Vite et Vue project alone.\n\nIt seems to be a problem with Vite or AdonisJS, but the error is not very explicit. I tried with Node 18, 20 and 22.\n\nHere is the Replit to reproduce\nhttps://replit.com/@kamilcaglarcont/Adonis-x-Inertia-x-Vue-3-x-Nuxt-UI?v=1\n\n### Description\n\nHi, a few days weeks ago, the Nuxt UI 3 team made the component library [compatible with standalone Vue projects](https://github.com/nuxt/ui/issues/2129). Thank you for your work on this library 👏 !\n\nI'd like to use it with AdonisJS and Inertia.\n\n[AdonisJS](https://adonisjs.com) is a TypeScript-first web framework for building web apps and API servers. It is possible to use it with [Inertia](https://inertiajs.com) to build single-page apps with VueJS.\n\nHowever, I've never managed to use them together, despite several hours of debugging. I have an error that seems to be related to Vite.\n\n### Additional context\n\nI tried with node 18, 20 and 22.\n\n### Logs\n\n```\n[ info ] starting HTTP server...\nDebugger attached.\nfailed to load config from /Users/kamil/Documents/projects/myproject/vite.config.ts\n\n TypeError: The URL must be of scheme file\n```\nNo more logs even with `DEBUG=vite:* `",[2970,2971],{"name":2929,"color":2930},{"name":2871,"color":2872},2518,"Adding the plugin to a Vite project with AdonisJS and Inertia cause an error","2025-01-25T13:12:45Z","https://github.com/nuxt/ui/issues/2518",0.7973293,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fUT1tdP2VXnOxwzFh1kdxuGzMkhvvJBsQp2z-W_lCYnU":-1},"/nuxt/nuxt.com/1718"]