\n\nBrowser: `Google Chrome Version 134.0.6998.89 (Official Build) (arm64)`\n\nAlso reproduced on `Safari Version 18.3.1 (20620.2.4.11.6)`\n\n### Description\n\nUser may want to copy the text in the query input of a `select-menu` component by moving cursor around text, now it's unable to do it without a keyboard (`Shift + left/right arrow` or `Cmd/Ctrl + A` to select all).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[1984,1987],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"triage","ffffff",3583,"nuxt","ui","open","Accessibility: unable to select text in the query input of a select-menu","2025-03-17T00:34:07Z","https://github.com/nuxt/ui/issues/3583",0.6775965,{"description":1999,"labels":2000,"number":2007,"owner":1991,"repository":2008,"state":2009,"title":2010,"updated_at":2011,"url":2012,"score":2013},"I've explored other font providers, looks like `fontsource` is also quite promising.\r\n\r\nCurrently most of its fonts are from Google Fonts, along with some icons and some other fonts. It's also the service that Cloudflare Fonts is fetching from.\r\n\r\n@danielroe Would you like to include this font provider? If so, I'd like to work on it.\r\n\r\nDocs: https://fontsource.org/docs",[2001,2004],{"name":2002,"color":2003},"enhancement","a2eeef",{"name":2005,"color":2006},"provider","1161A4",65,"fonts","closed","feat: fontsource provider","2024-03-20T13:12:12Z","https://github.com/nuxt/fonts/issues/65",0.638683,{"description":2015,"labels":2016,"number":2021,"owner":1991,"repository":1992,"state":2009,"title":2022,"updated_at":2023,"url":2024,"score":2025},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\n[CommandPalette](https://ui3.nuxt.dev/components/command-palette) is great but I wish it could display only an input by default and then open the content in a popper when clicking in the input. I think this is currently not possible but a very common use case. \n\nThis is what I would like to archive, screenshots from Shopify:\n\n\n\n\n\n\n\n### Additional context\n\n_No response_",[2017,2018],{"name":2002,"color":2003},{"name":2019,"color":2020},"v3","49DCB8",2832,"v3 CommandPalette: Open only content within popper","2024-12-05T13:24:12Z","https://github.com/nuxt/ui/issues/2832",0.65299606,{"labels":2027,"number":2037,"owner":1991,"repository":1991,"state":2009,"title":2038,"updated_at":2039,"url":2040,"score":2041},[2028,2031,2034],{"name":2029,"color":2030},"3.x","29bc7f",{"name":2032,"color":2033},"pending triage","E99695",{"name":2035,"color":2036},"needs reproduction","FBCA04",13245,"cannot find module \".nuxt/server/index.mjs\"","2025-01-20T08:00:55Z","https://github.com/nuxt/nuxt/issues/13245",0.6628224,{"description":2043,"labels":2044,"number":2048,"owner":1991,"repository":1991,"state":2009,"title":2049,"updated_at":2050,"url":2051,"score":2052},"### Environment\n\n- Operating System: Linux\r\n- Node Version: v20.2.0\r\n- Nuxt Version: 3.7.0\r\n- CLI Version: 3.7.0\r\n- Nitro Version: 2.6.1\r\n- Package Manager: pnpm@8.6.5\r\n- Builder: -\r\n- User Config: extends, experimental, sourcemap, modules, routeRules, nitro, runtimeConfig, app, fontLoader, css, vant, tailwindcss, pwa, devtools, vite, sitemap, robots\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @vant/nuxt@1.0.2, @vueuse/nuxt@10.4.0, @vite-pwa/nuxt@0.1.0, nuxt-font-loader@2.3.1\r\n- Build Modules: -\n\n### Reproduction\n\nAfter building, getting the internal pages that call the API gives an error.\n\n### Describe the bug\n\nAfter building, getting the internal pages that call the API gives an error.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nCannot find module '/var/www/tajrobe.wiki/.output/server/node_modules/tslib/modules/index.js' imported from /var/www/tajrobe.wiki/.output/server/chunks/app/_nuxt/_id_-5742045b.mjs\n```\n",[2045,2046,2047],{"name":2029,"color":2030},{"name":2032,"color":2033},{"name":2035,"color":2036},22829,"nuxt 3.7 - Cannot find module","2023-09-11T10:18:11Z","https://github.com/nuxt/nuxt/issues/22829",0.66484374,{"description":2054,"labels":2055,"number":2058,"owner":1991,"repository":1991,"state":2009,"title":2059,"updated_at":2060,"url":2061,"score":2062},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.9.0\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: pnpm@8.6.12\r\n- Builder: -\r\n- User Config: devtools, modules, app, ui, pinia, googleFonts, fontMetrics, runtimeConfig, components\r\n- Runtime Modules: @nuxtjs/google-fonts@3.1.3, @nuxtjs/fontaine@0.4.1, @pinia/nuxt@0.5.1, @nuxtjs/robots@3.0.0, @nuxt/ui@2.11.1\r\n- Build Modules: -\r\n\n\n### Reproduction\n\nClone [this repo](https://github.com/splrge/vexa-jobs)\r\nrun \r\n```bash\r\npnpm install --frozen-lockfile\r\npnpm run build \r\nnode ./.output/server/index.mjs\r\n```\n\n### Describe the bug\n\nCannot find module '...\\.output\\server\\node_modules\\vue\\server-renderer\\index.mjs' imported from ...\\.output\\server\\chunks\\handlers\\renderer.mjs\r\n\r\nI upgraded from 3.8 to 3.9 using `pnpx nuxi upgrade --force`. \r\n\r\nThe problem is solved by doing `pnpm install` in .output/server. The version of vue when doing `pnpm v vue` is 3.3.13, even after doing `pnpm add vue@3.4.0-rc.1`.\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[nuxt] [request error] [unhandled] [500] Cannot find module 'D:\\Development\\vexa-jobs\\.output\\server\\node_modules\\vue\\server-renderer\\index.mjs' imported from D:\\Development\\vexa-jobs\\.output\\server\\chunks\\handlers\\renderer.mjs \r\n at new NodeError (node:internal/errors:405:5)\r\n at finalizeResolution (node:internal/modules/esm/resolve:324:11)\r\n at moduleResolve (node:internal/modules/esm/resolve:943:10)\r\n at defaultResolve (node:internal/modules/esm/resolve:1129:11)\r\n at nextResolve (node:internal/modules/esm/loader:163:28)\r\n at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)\r\n at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)\r\n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:77:40)\r\n at link (node:internal/modules/esm/module_job:76:36)\n```\n",[2056,2057],{"name":2029,"color":2030},{"name":2032,"color":2033},24929,"Nuxt 3.9.0 : Builds doesn't works","2023-12-28T10:53:11Z","https://github.com/nuxt/nuxt/issues/24929",0.6676113,{"description":2064,"labels":2065,"number":2068,"owner":1991,"repository":1991,"state":2009,"title":2069,"updated_at":2070,"url":2071,"score":2072},"### Environment\n\nNuxi 3.0.0-rc.13 16:47:49\r\nRootDir: C:/Users/Dilypse/Documents/maj/front 16:47:51\r\nNuxt project info: 16:47:51\r\n\r\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.11.0`\r\n- Nuxt Version: `3.0.0-rc.13`\r\n- Nitro Version: `0.6.1`\r\n- Package Manager: `npm@8.0.0`\r\n- Builder: `vite`\r\n- User Config: `debug`, `meta`, `buildModules`, `build`, `modules`, `proxy`, `vite`, `css`, `plugins`, `publicRuntimeConfig`, `components`, `experimental`, `ssr`\r\n- Runtime Modules: `@pinia/nuxt@0.4.3`, `nuxt-proxy@0.3.2`\r\n- Build Modules: `@pinia/nuxt@0.4.3`\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/framework/issues/new 16:47:51\r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/framework/discussions/new\r\n\r\n👉 Read documentation: https://v3.nuxtjs.org\n\n### Reproduction\n\nI'll just put here my package.json \r\n\r\n###\r\n{\r\n \"private\": true,\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\"\r\n },\r\n \"devDependencies\": {\r\n \"nuxt\": \"3.0.0-rc.13\"\r\n },\r\n \"dependencies\": {\r\n \"@ant-design/icons-vue\": \"^6.1.0\",\r\n \"@googlemaps/js-api-loader\": \"^1.15.1\",\r\n \"@nuxt/ui-templates\": \"^0.4.0\",\r\n \"@pinia/nuxt\": \"^0.4.3\",\r\n \"@types/chart.js\": \"^2.9.37\",\r\n \"@types/multer\": \"^1.4.7\",\r\n \"@vuepic/vue-datepicker\": \"^3.5.3\",\r\n \"@vueup/vue-quill\": \"^1.0.0\",\r\n \"animated-number-vue\": \"^1.0.0\",\r\n \"ant-design-vue\": \"^3.2.13\",\r\n \"bootstrap\": \"^5.2.2\",\r\n \"chart.js\": \"^3.9.1\",\r\n \"chartjs-adapter-date-fns\": \"^2.0.0\",\r\n \"chartjs-plugin-annotation\": \"^2.0.1\",\r\n \"chartjs-plugin-datalabels\": \"^2.1.0\",\r\n \"croppie\": \"^2.6.5\",\r\n \"date-fns\": \"^2.29.3\",\r\n \"google-auth-library\": \"^8.6.0\",\r\n \"is-image\": \"^3.1.0\",\r\n \"js-base64\": \"^3.7.2\",\r\n \"leaflet\": \"^1.9.2\",\r\n \"leaflet-gesture-handling\": \"^1.2.2\",\r\n \"leaflet.markercluster\": \"^1.5.3\",\r\n \"libphonenumber-js\": \"^1.10.14\",\r\n \"lodash\": \"^4.17.21\",\r\n \"nprogress\": \"^0.2.0\",\r\n \"numbro\": \"^2.3.6\",\r\n \"nuxt-proxy\": \"^0.3.2\",\r\n \"qs\": \"^6.11.0\",\r\n \"query-string\": \"^7.1.1\",\r\n \"sass\": \"1.53.0\",\r\n \"sortablejs\": \"^1.15.0\",\r\n \"unplugin-auto-import\": \"^0.11.4\",\r\n \"unplugin-vue-components\": \"^0.22.9\",\r\n \"vitest\": \"^0.24.5\",\r\n \"vue-cropperjs\": \"^5.0.0\",\r\n \"vue-easy-lightbox\": \"^1.10.0\",\r\n \"vue-facebook-login-component-next\": \"^1.0.4\",\r\n \"vue-i18n\": \"^9.2.2\",\r\n \"vue-it-bigger\": \"^0.2.2\",\r\n \"vue-multiselect\": \"^3.0.0-alpha.2\",\r\n \"vue3-google-login\": \"^2.0.12\",\r\n \"vue3-google-oauth2\": \"^1.0.6\",\r\n \"vue3-perfect-scrollbar\": \"^1.6.1\",\r\n \"vue3-slide-up-down\": \"^1.2.5\",\r\n \"vuedraggable\": \"^2.24.3\",\r\n \"xlsx\": \"^0.18.5\",\r\n \"yup\": \"^0.32.11\"\r\n }\r\n}\r\n\r\n###\n\n### Describe the bug\n\nWhen i run `npm run dev`, the moduel pinia is not found.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n> postinstall\r\n> nuxt prepare\r\n\r\nNuxi 3.0.0-rc.13 16:43:25\r\n[nuxt] modules:before: 0.167ms 16:43:26\r\n[nuxt] kit:compatibility: 5.545ms 16:43:26\r\n[nuxt] kit:compatibility: 5.673ms 16:43:26\r\n[nuxt] kit:compatibility: 6.434ms 16:43:26\r\n[nuxt] kit:compatibility: 6.83ms 16:43:26\r\n[nuxt] kit:compatibility: 7.484ms 16:43:26\r\n[nuxt] kit:compatibility: 10.901ms 16:43:26\r\n[nuxt] kit:compatibility: 14.472ms 16:43:26\r\n[nuxt] kit:compatibility: 15.226ms 16:43:26\r\n[nuxt] kit:compatibility: 0.029ms 16:43:26\r\n\r\n ERROR Cannot find module 'pinia/dist/pinia.mjs' 16:43:26\r\nRequire stack:\r\n- C:\\Users\\Dilypse\\Documents\\maj\\front-fonctionnel\\index.js\r\n\r\n Require stack:\r\n - index.js\r\n at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)\r\n at Function.resolve (node:internal/modules/cjs/helpers:108:19)\r\n at Function._resolve [as resolve] (node_modules\\jiti\\dist\\jiti.js:1:243257)\r\n at resolveModule (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/@nuxt/kit/dist/index.mjs:240:29)\r\n at setup (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/@pinia/nuxt/dist/module.mjs:22:60)\r\n at Object.normalizedModule (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/@nuxt/kit/dist/index.mjs:614:29)\r\n at async installModule (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/@nuxt/kit/dist/index.mjs:427:3)\r\n at async initNuxt (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/nuxt/dist/index.mjs:1787:7)\r\n at async loadNuxt (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/nuxt/dist/index.mjs:1819:5)\r\n at async loadNuxt (/C:/Users/Dilypse/Documents/maj/front-fonctionnel/node_modules/@nuxt/kit/dist/index.mjs:710:19)\n```\n",[2066,2067],{"name":2029,"color":2030},{"name":2032,"color":2033},15406," ERROR Cannot find module 'pinia/dist/pinia.mjs'","2023-01-19T17:49:45Z","https://github.com/nuxt/nuxt/issues/15406",0.6681672,{"description":2074,"labels":2075,"number":2078,"owner":1991,"repository":1991,"state":2009,"title":2079,"updated_at":2080,"url":2081,"score":2082},"### Environment\n\nModule\r\n\r\n------------------------------\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.20.0`\r\n- Nuxt Version: `^3.6.5`\r\n- Nitro Version: `-`\r\n- Package Manager: `pnpm@8.3.1`\r\n- Builder: `webpack`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `@nuxt/module-builder @nuxt/kit @vueuse/nuxt `\r\n------------------------------\r\n\r\n\r\nApplication\r\n\r\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.20.0`\r\n- Nuxt Version: `^3.6.5`\r\n- Nitro Version: `-`\r\n- Package Manager: `pnpm@8.3.1`\r\n- Builder: `webpack`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `example module`\r\n------------------------------\r\n\n\n### Reproduction\n\nhttps://github.com/Eugene313/module-error\r\n\r\n1.npx nuxi init -t module example\r\n2.pnpm i --shamefully-hoist\r\n3. pnpm i @vueuse/nuxt\r\n4.Install module in module.ts await installModule('@vueuse/nuxt');\r\n5.pnpm run dev:prepare\r\n6.Create new nuxt app \"pnpm dlx nuxi@latest init example-app\"\r\n7.pnpm i --shamefully-hoist\r\n8.Add example module to example app nuxt.config modules: ['../example/src/module'],\r\n9.pnpm run dev\n\n### Describe the bug\n\nApplication cannot find module @vueuse/nuxt\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nError while requiring module @vueuse/nuxt: Error: Cannot find module 'C:/Users/Eugene/Desktop/module-error-example/example-app/@vueuse/nuxt' 11:30:53 \r\nRequire stack:\r\n- C:\\Users\\Eugene\\Desktop\\module-error-example\\example-app\\index.js\r\n\r\n\r\n ERROR Cannot find module 'C:/Users/Eugene/Desktop/module-error-example/example-app/@vueuse/nuxt' 11:30:53 \r\nRequire stack:\r\n- C:\\Users\\Eugene\\Desktop\\module-error-example\\example-app\\index.js\r\n\r\n Require stack:\r\n - index.js\r\n at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)\r\n at Function.resolve (node:internal/modules/cjs/helpers:114:19)\r\n at Function._resolve [as resolve] (C:\\Users\\Eugene\\Desktop\\module-error-example\\example\\node_modules\\.pnpm\\jiti@1.19.1\\node_modules\\jiti\\dist\\jiti.js:1:250100)\r\n at resolveModule (C:/Users/Eugene/Desktop/module-error-example/example/node_modules/.pnpm/@nuxt+kit@3.6.5_rollup@3.28.0/node_modules/@nuxt/kit/dist/index.mjs:2230:41)\r\n at requireModule (C:/Users/Eugene/Desktop/module-error-example/example/node_modules/.pnpm/@nuxt+kit@3.6.5_rollup@3.28.0/node_modules/@nuxt/kit/dist/index.mjs:2240:24)\r\n at loadNuxtModuleInstance (C:/Users/Eugene/Desktop/module-error-example/example/node_modules/.pnpm/@nuxt+kit@3.6.5_rollup@3.28.0/node_modules/@nuxt/kit/dist/index.mjs:2435:92)\r\n at async installModule (C:/Users/Eugene/Desktop/module-error-example/example/node_modules/.pnpm/@nuxt+kit@3.6.5_rollup@3.28.0/node_modules/@nuxt/kit/dist/index.mjs:2408:47)\r\n at async setup (C:/Users/Eugene/Desktop/module-error-example/example/src/module.ts:18:5)\r\n at async normalizedModule (C:/Users/Eugene/Desktop/module-error-example/example/node_modules/.pnpm/@nuxt+kit@3.6.5_rollup@3.28.0/node_modules/@nuxt/kit/dist/index.mjs:2140:18)\r\n at async installModule (/C:/Users/Eugene/Desktop/module-error-example/example-app/node_modules/.pnpm/@nuxt+kit@3.6.5/node_modules/@nuxt/kit/dist/index.mjs:2409:95)\r\n at async initNuxt (/C:/Users/Eugene/Desktop/module-error-example/example-app/node_modules/.pnpm/nuxt@3.6.5_@types+node@18.17.3/node_modules/nuxt/dist/index.mjs:3238:7)\r\n at async loadNuxt (/C:/Users/Eugene/Desktop/module-error-example/example-app/node_modules/.pnpm/nuxt@3.6.5_@types+node@18.17.3/node_modules/nuxt/dist/index.mjs:3314:5)\r\n at async loadNuxt (/C:/Users/Eugene/Desktop/module-error-example/example-app/node_modules/.pnpm/@nuxt+kit@3.6.5/node_modules/@nuxt/kit/dist/index.mjs:2537:19)\r\n at async Object.invoke (/C:/Users/Eugene/Desktop/module-error-example/example-app/node_modules/.pnpm/nuxi@3.6.5/node_modules/nuxi/dist/chunks/prepare.mjs:31:18)\r\n at async _main (/C:/Users/Eugene/Desktop/module-error-example/example-app/node_modules/.pnpm/nuxi@3.6.5/node_modules/nuxi/dist/cli.mjs:49:20)\r\n\r\n\r\n ELIFECYCLE Command failed with exit code 1.\n```\n",[2076,2077],{"name":2029,"color":2030},{"name":2032,"color":2033},22626,"Nuxt module, application cannot find installed module","2023-09-11T11:09:42Z","https://github.com/nuxt/nuxt/issues/22626",0.6691117,{"description":2084,"labels":2085,"number":2088,"owner":1991,"repository":1991,"state":2009,"title":2089,"updated_at":2090,"url":2091,"score":2092},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v18.20.4\n- Nuxt Version: 3.13.0\n- CLI Version: 3.16.0\n- Nitro Version: 2.9.7\n- Package Manager: pnpm@9.5.0\n- Builder: -\n- User Config: default\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nSimply start with a fresh project\n```shell\npnpx nuxi@latest init\ncd nuxt-app\npnpm run build\nnode .output/server/index.mjs\n```\n\n### Describe the bug\n\nNew project build output server was crash when follow the startup cli commends\n\nWhen visit the localhost:3000 it shows with the logs:\n```\n(base) aaa@aaa-Pro nuxt-app % node .output/server/index.mjs\nListening on http://[::]:3000\n[nuxt] [request error] [unhandled] [500] Cannot find module '/Users/aaa/WebstormProjects/broadcaster/projects/nuxt-app/.output/server/node_modules/vue/server-renderer/index.mjs' imported from /Users/aaa/WebstormProjects/broadcaster/projects/nuxt-app/.output/server/chunks/routes/renderer.mjs\n at new NodeError (node:internal/errors:405:5) \n at finalizeResolution (node:internal/modules/esm/resolve:327:11) \n at moduleResolve (node:internal/modules/esm/resolve:980:10) \n at defaultResolve (node:internal/modules/esm/resolve:1206:11) \n at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:404:12) \n at ModuleLoader.resolve (node:internal/modules/esm/loader:373:25) \n at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:250:38) \n at ModuleWrap.\u003Canonymous> (node:internal/modules/esm/module_job:76:39) \n at link (node:internal/modules/esm/module_job:75:36)\n```\n\n### Additional context\n\nI am not change any project file what `pnpx nuxi@latest init` created in the directory.\n\n`package.json`\n```\n{\n \"name\": \"nuxt-app\",\n \"private\": true,\n \"type\": \"module\",\n \"scripts\": {\n \"build\": \"nuxt build\",\n \"dev\": \"nuxt dev\",\n \"generate\": \"nuxt generate\",\n \"preview\": \"nuxt preview\",\n \"postinstall\": \"nuxt prepare\"\n },\n \"dependencies\": {\n \"nuxt\": \"^3.14.1592\",\n \"vue\": \"latest\",\n \"vue-router\": \"latest\"\n }\n}\n```\n\n### Logs\n\n```shell-script\n\n```",[2086,2087],{"name":2032,"color":2033},{"name":2035,"color":2036},30224,"Cannot find module .output/server/node_modules/vue/server-renderer/index.mjs","2024-12-19T01:51:07Z","https://github.com/nuxt/nuxt/issues/30224",0.67008805,{"description":2094,"labels":2095,"number":2100,"owner":1991,"repository":1992,"state":2009,"title":2101,"updated_at":2102,"url":2103,"score":2104},"### Environment\n\nThe website - https://ui.nuxt.com/getting-started\n\n### Version\n\nmain\n\n### Reproduction\n\nhttps://ui.nuxt.com/getting-started\n\n### Description\n\nNone of the children pages on the nuxt ui site have worked since updating to version 1.4.1 from the 1.3 edge version. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2096,2097],{"name":1985,"color":1986},{"name":2098,"color":2099},"documentation","0075ca",2237,"Couldn't resolve component \"default\" at \"/:slug\"","2024-10-02T14:22:51Z","https://github.com/nuxt/ui/issues/2237",0.67029005,["Reactive",2106],{},["Set"],["ShallowReactive",2109],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"a4Nb2CrA7_SDmZiq1skwNQU0TP4Qt0Jc8wkCOfme9MA":-1},"/nuxt/test-utils/557"]