\n \u003Ctransition name=\"fade\" mode=\"out-in\">\n \u003CNuxtPage />\n \u003C/transition>\n \u003CFooterComponent />\n \u003C/div>\n \u003C/NuxtLayout>\n\u003C/template>\n\n\u003Cscript setup>\n// Nuxt 3+ optimized setup\nimport HeaderComponent from '~/components/HeaderComponent.vue'\nimport FooterComponent from '~/components/FooterComponent.vue'\n\u003C/script>\n\n\u003Cstyle>\n:root {\n --bg: #0a0a0a;\n --fg: #f0f0f0;\n --accent: #00ffe7;\n --highlight: #a600ff;\n}\n\nbody {\n margin: 0;\n font-family: 'Inter', sans-serif;\n background-color: var(--bg);\n color: var(--fg);\n transition: background-color 0.3s, color 0.3s;\n}\n\n.main-wrapper {\n max-width: 1440px;\n margin: 0 auto;\n padding: 1rem;\n}\n\n.fade-enter-active, .fade-leave-active {\n transition: opacity 0.3s ease;\n}\n.fade-enter-from, .fade-leave-to {\n opacity: 0;\n}\n\na {\n color: var(--accent);\n text-decoration: none;\n}\n\na:hover {\n text-decoration: underline;\n}\n\u003C/style>",[3071],{"name":3022,"color":3072},"E99695",32033,"Update app.vue","2025-05-08T13:44:27Z","https://github.com/nuxt/nuxt/issues/32033",0.738409,{"description":3079,"labels":3080,"number":3083,"owner":3025,"repository":3045,"state":3027,"title":3084,"updated_at":3085,"url":3086,"score":3087},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.13.1`\n- Nuxt Version: `3.15.4`\n- CLI Version: `3.22.2`\n- Nitro Version: `2.10.4`\n- Package Manager: `bun@1.2.2`\n- Builder: `-`\n- User Config: `compatibilityDate`, `ssr`, `extends`, `modules`, `css`, `components`, `ui`, `app`, `dayjs`, `icon`\n- Runtime Modules: `@nuxt/ui-pro@3.0.0-beta.2`, `dayjs-nuxt@2.1.11`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.2\n\n### Reproduction\n\n```ts\nexport default defineAppConfig({\n ui: {\n colors: {\n violet: 'violet',\n },\n },\n});\n```\n\n```ts\nexport default defineNuxtConfig({\n ui: {\n theme: {\n colors: [\n 'primary', 'secondary', 'tertiary',\n 'info', 'success', 'warning',\n 'error', 'violet'\n ]\n }\n },\n});\n\n```\n\n### Description\n\nSetting a custom color with the same name as the color causes some kind of cylical referernce in the css vars between NuxtUIv3 and TWv4.\n\n\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3081,3082],{"name":3036,"color":3037},{"name":3042,"color":3043},3426,"Setting custom color alias the same name as the color does not work","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3426",0.7388602,{"description":3051,"labels":3089,"number":3090,"owner":3025,"repository":3054,"state":3027,"title":3091,"updated_at":3092,"url":3093,"score":3094},[],1050,"[Code] Changelog","2023-10-10T14:45:04Z","https://github.com/nuxt/nuxt.com/issues/1050",0.73932195,{"description":3096,"labels":3097,"number":3090,"owner":3025,"repository":3026,"state":3027,"title":3099,"updated_at":3100,"url":3101,"score":3094},"### Environment\n\nWindows (11 Pro), NodeJS `v22.12.0`\n\n### Reproduction\n\nhttps://github.com/naturalprogrammer/np-nuxt-test-sample\n\n### Describe the bug\n\nWhen I run `npm run test` on Windows, I get the following output:\n\n```bash\n FAIL tests/app.test.ts [ tests/app.test.ts ]\nTypeError: The URL must be of scheme file\n ❯ node_modules/@nuxt/test-utils/dirs.js:4:17\n\n ❯ node_modules/@nuxt/test-utils/dist/e2e.mjs:4:31\n```\nAs a temporary fix, I'd update `node_modules/@nuxt/test-utils/dirs.js` as below:\n\n```ts\nimport { fileURLToPath } from 'node:url'\nimport { dirname } from 'path'\n\n// Fix for Windows path resolution\nexport const distDir = dirname(fileURLToPath(import.meta.url)) + '/dist'\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3098],{"name":3022,"color":3023},"On Windows, running tests throws error \"TypeError: The URL must be of scheme file\"","2025-01-11T22:45:30Z","https://github.com/nuxt/test-utils/issues/1050",{"description":3103,"labels":3104,"number":3105,"owner":3025,"repository":3025,"state":3027,"title":3106,"updated_at":3107,"url":3108,"score":3109},"The previous and next links at the bottom of documentation pages disappear when navigating to other pages. As far as I know, this only occurs when Nuxt links to a page without a trailing slash when the server 301s to one with a trailing slash.\r\n\r\n**Reproduction:**\r\n\r\n1. Visit https://v3.nuxtjs.org/docs/directory-structure/components/\r\n2. Use the sidebar or previous/next links to visit the `assets` or `composables` page\r\n\r\n\r\n\r\n3. Observe that the previous and next links are no longer present\r\n\r\n\r\n\r\n**Behavior with a URL that 404s instead of 301s:**\r\n\r\n1. Visit https://v3.nuxtjs.org/docs/directory-structure/package/\r\n2. Use the sidebar or previous/next links to visit the `nuxt.config.ts` page\r\n3. Observe that the previous and next links are still present. Refresh the page manually to make them disappear",[],12019,"[Doc] PagePrevNext not rendering on page change in production","2023-01-19T15:54:17Z","https://github.com/nuxt/nuxt/issues/12019",0.7425448,{"labels":3111,"number":3112,"owner":3025,"repository":3025,"state":3027,"title":3106,"updated_at":3113,"url":3114,"score":3109},[],12119,"2023-01-19T15:59:14Z","https://github.com/nuxt/nuxt/issues/12119",["Reactive",3116],{},["Set"],["ShallowReactive",3119],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f16tOkEzXoWMF8qXSjhAu0f39cqqM7LR3rIQuFFuEI04":-1},"/nuxt/test-utils/893"]