\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_",[3047,3050,3053],{"name":3048,"color":3049},"enhancement","a2eeef",{"name":3051,"color":3052},"v3","49DCB8",{"name":3054,"color":3055},"triage","ffffff",4146,"ui","Can we add a reverse prop for collapsible.","2025-05-13T21:49:55Z","https://github.com/nuxt/ui/issues/4146",0.7874808,{"description":3063,"labels":3064,"number":3067,"owner":3019,"repository":3057,"state":3021,"title":3068,"updated_at":3069,"url":3070,"score":3071},"### Description\n\nCurrently, the accordion component relies solely on divs and buttons, which means it's not fully accessible to assistive technologies. \n\nTo fix this, the accordion should have an HTML structure similar to the one shown in the example below.\n\n```html\n\u003Cdiv role=\"group\" aria-labelledby=\"group-name\">\n \u003Cspan hidden id=\"group-name\">Lorem ipsum dolor sit.\u003C/span>\n \u003Cdetails name=\"accordion-name\">\n \u003Csummary>Lorem, ipsum dolor.\u003C/summary>\n \u003Cp>\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,\n voluptatibus.\n \u003C/p>\n \u003C/details>\n \u003Cdetails name=\"accordion-name\">\n \u003Csummary>Lorem, ipsum dolor.\u003C/summary>\n \u003Cp>\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,\n voluptatibus.\n \u003C/p>\n \u003C/details>\n \u003Cdetails name=\"accordion-name\">\n \u003Csummary>Lorem, ipsum dolor.\u003C/summary>\n \u003Cp>\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,\n voluptatibus.\n \u003C/p>\n \u003C/details>\n\u003C/div>\n```\n\nThis accordion is now completely accessible and requires no JavaScript to function like the current accordion.\nAdditionally, this accordion will also automatically expand if a user searches for words that appear in each accordion item.\n\nThis is how the current accordion is visualized from the accessibility tree.\n\n\u003Cimg width=\"300\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c61583dd-b2a5-4e48-acaa-e0c156f0bee5\" />\n\n\nThis is how the new accordion will be visualized from the accessibility tree.\n\n\u003Cimg width=\"450\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6490bbb7-d453-4516-89a1-069ff31c88e8\" />\n\nI would love to hear your opinion on this, and I would also be glad to help out if needed.\n\n\n### Additional context\n\n_No response_",[3065,3066],{"name":3048,"color":3049},{"name":3054,"color":3055},4338,"Accordion a11y using details and summary","2025-06-14T18:17:05Z","https://github.com/nuxt/ui/issues/4338",0.79061705,{"description":3073,"labels":3074,"number":3077,"owner":3019,"repository":3020,"state":3078,"title":3079,"updated_at":3080,"url":3081,"score":3082},"",[3075],{"name":3048,"color":3076},"1ad6ff",1212,"closed","[docs]: add animation on collapsible","2023-02-15T12:31:16Z","https://github.com/nuxt/nuxt.com/issues/1212",0.7437864,{"description":3084,"labels":3085,"number":3077,"owner":3019,"repository":3039,"state":3078,"title":3087,"updated_at":3088,"url":3089,"score":3082},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.17.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@9.9.0\n- Builder: -\n- User Config: compatibilityDate, devtools, future, experimental, app, modules\n- Runtime Modules: @nuxt/test-utils/module@3.17.2\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nI've added this command so it will automatically start tests after deps install\n\n```\n\"stackblitz\": {\n \"startCommand\": \"pnpm run test\"\n }\n```\n\nhttps://stackblitz.com/~/github.com/gaisinskii/nuxt-testing-issue-base-url\n\n### Describe the bug\n\nThere is some issue with \n\n```\napp: {\n baseURL: '/andy'\n },\n```\n\nand\n\n```\n experimental: {\n appManifest: true\n },\n```\n\nin the nuxt config. Whenever i comment `baseURL` and leave `appManifest: true` everything works, but if I add `baseURL` back I get the error. Also if you set `appManifest: false` and add `baseURL` everything works!\n\n### Additional context\n\nThe errors that I get in the console\n\n```\nstderr | app/components/TheComponent/TheComponent.test.ts\n[nuxt] Error fetching app manifest. FetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at $fetch2 (file:///Users/andy/Projects/admitad/tests-base-url/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15)\n\nstderr | app/components/TheComponent/TheComponent.test.ts\n[nuxt] error caught during app initialization FetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at $fetch2 (file:///Users/andy/Projects/admitad/tests-base-url/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15) {\n cause: FetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at $fetch2 (file:///Users/andy/Projects/admitad/tests-base-url/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15),\n statusCode: 404,\n fatal: false,\n unhandled: false,\n statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.',\n data: {\n statusCode: 404,\n statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.',\n stack: []\n }\n}\n```\n\n```\nFetchError: [GET] \"/andy/_nuxt/builds/meta/test.json\": 404 Cannot find any path matching /andy/_nuxt/builds/meta/test.json.\n ❯ processTicksAndRejections node:internal/process/task_queues:95:5\n ❯ $fetch2 node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15\n\n```\n\n\n```\nSerialized Error: { request: '/andy/_nuxt/builds/meta/test.json', options: { responseType: 'json', headers: { constructor: 'Function\u003CHeaders>', append: 'Function\u003Cappend>', delete: 'Function\u003Cdelete>', get: 'Function\u003Cget>', set: 'Function\u003Cset>', getSetCookie: 'Function\u003CgetSetCookie>', has: 'Function\u003Chas>', forEach: 'Function\u003CforEach>', keys: 'Function\u003Ckeys>', values: 'Function\u003Cvalues>', entries: 'Function\u003Centries>' } }, response: { _data: { statusCode: 404, statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', stack: [] }, constructor: 'Function\u003CResponse>', type: 'default', url: '', redirected: false, status: 404, ok: false, statusText: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', headers: { constructor: 'Function\u003CHeaders>', append: 'Function\u003Cappend>', delete: 'Function\u003Cdelete>', get: 'Function\u003Cget>', has: 'Function\u003Chas>', set: 'Function\u003Cset>', getSetCookie: 'Function\u003CgetSetCookie>', keys: 'Function\u003Ckeys>', values: 'Function\u003Cvalues>', entries: 'Function\u003Centries>', forEach: 'Function\u003CforEach>' }, body: { constructor: 'Function\u003CReadableStream>', locked: true, cancel: 'Function\u003Ccancel>', getReader: 'Function\u003CgetReader>', pipeThrough: 'Function\u003CpipeThrough>', pipeTo: 'Function\u003CpipeTo>', tee: 'Function\u003Ctee>', values: 'Function\u003Cvalues>' }, bodyUsed: true, clone: 'Function\u003Cclone>', blob: 'Function\u003Cblob>', arrayBuffer: 'Function\u003CarrayBuffer>', text: 'Function\u003Ctext>', json: 'Function\u003Cjson>', formData: 'Function\u003CformData>', bytes: 'Function\u003Cbytes>' }, data: { statusCode: 404, statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', stack: [] }, status: 404, statusCode: 404, statusText: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.', statusMessage: 'Cannot find any path matching /andy/_nuxt/builds/meta/test.json.' }\nThis error originated in \"app/components/TheComponent/TheComponent.test.ts\" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.\nThe latest test that might've caused the error is \"should render the component\". It might mean one of the following:\n- The error was thrown, while Vitest was running this test.\n- If the error occurred after the test had been completed, this was the last documented test before it was thrown.\n```\n\n\n\n### Logs\n\n```shell-script\n\n```",[3086],{"name":3036,"color":3037},"Error fetching app manifest in testing files when baseURL is provided","2025-03-26T13:41:00Z","https://github.com/nuxt/test-utils/issues/1212",{"description":3091,"labels":3092,"number":3096,"owner":3019,"repository":3057,"state":3078,"title":3097,"updated_at":3098,"url":3099,"score":3100},"### Description\n\nHi,\n\nI believe that it would be very interesting to implement in the NavigationMenu an attribute similar to the Accordion multiple to allow to open only branch of the menu when the menu is vertical.\n\nKind regards...Antonio\n\n### Additional context\n\n_No response_",[3093,3094,3095],{"name":3048,"color":3049},{"name":3051,"color":3052},{"name":3054,"color":3055},4072,"NavigationMenu implement Accordion multiple attribute","2025-05-20T14:47:06Z","https://github.com/nuxt/ui/issues/4072",0.7557689,{"description":3102,"labels":3103,"number":3105,"owner":3019,"repository":3020,"state":3078,"title":3106,"updated_at":3107,"url":3108,"score":3109},"https://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/nuxt.com?node-id=2441%3A11054",[3104],{"name":3048,"color":3076},115,"Improve docs navigation bar","2023-02-15T12:30:39Z","https://github.com/nuxt/nuxt.com/issues/115",0.7590451,{"description":3111,"labels":3112,"number":3105,"owner":3019,"repository":3113,"state":3078,"title":3114,"updated_at":3115,"url":3116,"score":3109},"If I have my global scripts set up like so:\r\n\r\n\r\n\r\nThen the scripts are output as expected on the frontend:\r\n\r\n\r\n\r\nHowever, if I pass in a UseScriptInput object, like so:\r\n\r\n\r\n\r\nThen the script is not output:\r\n\r\n\r\n\r\nIf I pass [UseScriptInput, NuxtUseScriptOptions], like so:\r\n\r\n\r\n\r\nI get this error:\r\n\r\n\r\n\r\nENV:\r\nbun 1.1.16\r\nnuxt 3.12.2\r\n@nuxt/scripts 0.5.1\r\n\r\nRunning with compatibility version 4\r\n",[],"scripts","Issues using UseScriptInput in the globals section of nuxt.config.ts","2024-07-03T09:16:13Z","https://github.com/nuxt/scripts/issues/115",{"description":3118,"labels":3119,"number":3127,"owner":3019,"repository":3057,"state":3078,"title":3128,"updated_at":3129,"url":3130,"score":3131},"### Environment\n\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@8.15.6\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@2.19.2\n- Build Modules: -\n\n### Version\n\n2.19.2(vite@5.4.11)(vue@3.5.13)\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-dvarzb\n\n### Description\n\nI tried to add new functionality on USelectMenu to have information icon on select menu option so that when you hover on it, it will trigger UPopover to display important detail of the object including an action button to open a slideover. \n\nI tried it on multiple mode and single mode. But the implementation was not working on single mode. To give you more context, I'm using `@mouseenter` and `@mouseleave` events on the popover panel slot in order to detect whether I'm on the popover panel and to prevent clicking the option when I'm clicking the `Open detailed view` button.\n\n\n\nThe issue was when I'm in single mode and tried to hover on the icon then clicked the `Open detailed view` button, it closes both the popover and the select menu.\n\nI expect it would open the slide over both in multiple and single select menu.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3120,3121,3122,3125],{"name":3030,"color":3031},{"name":3054,"color":3055},{"name":3123,"color":3124},"closed-by-bot","ededed",{"name":3126,"color":3124},"stale",2753,"[USelectMenu] [UPopover] Can't open click button inside popover panel in select menu option","2025-06-18T09:05:35Z","https://github.com/nuxt/ui/issues/2753",0.75990576,["Reactive",3133],{},["Set"],["ShallowReactive",3136],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fiN_SJSOyOl8VVnbgVPGazf8bfsg0G2eQPuomSa171AI":-1},"/nuxt/nuxt.com/1033"]