\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_",[3173,3176,3179],{"name":3174,"color":3175},"enhancement","a2eeef",{"name":3177,"color":3178},"v3","49DCB8",{"name":3180,"color":3181},"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":3189,"labels":3190,"number":3193,"owner":3145,"repository":3146,"state":3194,"title":3195,"updated_at":3196,"url":3197,"score":3198},"",[3191],{"name":3174,"color":3192},"1ad6ff",1212,"closed","[docs]: add animation on collapsible","2023-02-15T12:31:16Z","https://github.com/nuxt/nuxt.com/issues/1212",0.7437864,{"description":3200,"labels":3201,"number":3193,"owner":3145,"repository":3165,"state":3194,"title":3203,"updated_at":3204,"url":3205,"score":3198},"### 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```",[3202],{"name":3162,"color":3163},"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":3207,"labels":3208,"number":3212,"owner":3145,"repository":3183,"state":3194,"title":3213,"updated_at":3214,"url":3215,"score":3216},"### 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_",[3209,3210,3211],{"name":3174,"color":3175},{"name":3177,"color":3178},{"name":3180,"color":3181},4072,"NavigationMenu implement Accordion multiple attribute","2025-05-20T14:47:06Z","https://github.com/nuxt/ui/issues/4072",0.7557689,{"description":3218,"labels":3219,"number":3221,"owner":3145,"repository":3146,"state":3194,"title":3222,"updated_at":3223,"url":3224,"score":3225},"https://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/nuxt.com?node-id=2441%3A11054",[3220],{"name":3174,"color":3192},115,"Improve docs navigation bar","2023-02-15T12:30:39Z","https://github.com/nuxt/nuxt.com/issues/115",0.7590451,{"description":3227,"labels":3228,"number":3221,"owner":3145,"repository":3229,"state":3194,"title":3230,"updated_at":3231,"url":3232,"score":3225},"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":3234,"labels":3235,"number":3243,"owner":3145,"repository":3183,"state":3194,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### 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```",[3236,3237,3238,3241],{"name":3156,"color":3157},{"name":3180,"color":3181},{"name":3239,"color":3240},"closed-by-bot","ededed",{"name":3242,"color":3240},"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,{"description":3249,"labels":3250,"number":3255,"owner":3145,"repository":3146,"state":3194,"title":3256,"updated_at":3257,"url":3258,"score":3259},"- [x] Remove action dropdown in media items\n- [x] `Branch` and `File` modal buttons should go into root menu at the bottom\n- [x] `Create file` / `Upload file` should go in navbar dialog tree header right\n- [x] `ProjectNavbar` should contain the name of the file and the `Save` / `Publish` / `Preview` (only icon) buttons\n- [x] `ProjectNavbar` online users disappears for now\n- [x] Next to filename in `ProjectNavbar` we should have a `chevron-down` icon to extend the desktop aside panel with: file actions (`Rename` / `Revert` / `Delete`) and tabs (`Meta` / `History`) and `chevron-up` icon to collapse the menu",[3251,3252],{"name":3174,"color":3192},{"name":3253,"color":3254},"responsive","1cd1c6",642,"[Project] Content + Media responsive files aside","2023-02-15T12:32:40Z","https://github.com/nuxt/nuxt.com/issues/642",0.7614818,["Reactive",3261],{},["Set"],["ShallowReactive",3264],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fiN_SJSOyOl8VVnbgVPGazf8bfsg0G2eQPuomSa171AI":-1},"/nuxt/nuxt.com/1033"]