\n \u003Cdiv>\n \u003Cdiv\n id=\"test-wrapper\"\n >\n \u003Cp>\n Hello Vue 3\n \u003C/p>\n \u003C/div>\n \u003C/div>\n\u003C/body>\n```\n\nBut it looks like this:\n```vue\n\u003Cbody>\n \u003Cdiv\n data-v-app=\"\"\n id=\"__nuxt\"\n />\n \u003Cdiv>\n \u003Cdiv\n id=\"test-wrapper\"\n msg=\"Hello Vue 3\"\n >\n \u003Cp>\n Hello in component\n \u003C/p>\n \u003C/div>\n \u003C/div>\n\u003C/body>\n```\n\n### Additional context\n\nI tried solving the issue with no avail, I'm sorry I can not be of more help 😢 ",[2881],{"name":2871,"color":2882},"5D08F5",1014,"test-utils","Rerender from @testing-library/vue not working","2025-03-07T14:25:15Z","https://github.com/nuxt/test-utils/issues/1014",0.7302398,{"description":2890,"labels":2891,"number":2895,"owner":2860,"repository":2896,"state":2897,"title":2898,"updated_at":2899,"url":2900,"score":2901},"The goal here is to migrate all of our websites around `nuxt.com` without the multi-source. All the documentations stays on `*.nuxt.com` subdomains.\n\n## Nuxt.com\n\n- [x] Landing page nuxtlabs/nuxt.com#405\n- [x] Framework v3\n - [x] Landing page nuxtlabs/nuxt.com#406\n - [x] Links to `v3.nuxtjs.org` (`v3.nuxt.com`) nuxtlabs/nuxt.com#539\n- [x] Framework v2\n - [x] Landing page\n - [x] Links to `nuxtjs.org` (`v2.nuxt.com`) nuxtlabs/nuxt.com#539\n- [x] Integrations\n - [x] Landing page (list of modules)\n - [x] Links as filters (`officials`/`community`/`3rd party`) nuxtlabs/nuxt.com#538\n- [x] Projects page nuxtlabs/nuxt.com#403\n- [x] Resources\n - [x] Blog\n - [x] Case Studies\n - [x] Design Kit\n - [x] Live Events\n - [x] Showcases\n- [x] Community\n - [x] About nuxtlabs/nuxt.com#541\n - [x] Guide nuxtlabs/nuxt.com#542\n - [x] Repositories nuxtlabs/nuxt.com#525\n - [x] Nuxters nuxtlabs/nuxt.com#543\n - [x] Partners nuxtlabs/nuxt.com#526\n- [x] Company\n - [x] About\n - [x] Careers\n - [x] Partners nuxtlabs/nuxt.com#540\n - [x] Support\n - [x] Contact\n\n## `v3.nuxt.com` nuxtlabs/nuxt.com#535\n\n## `v2.nuxt.com` nuxtlabs/nuxt.com#534\n\n## `content.nuxt.com` nuxtlabs/nuxt.com#536\n\n## `image.nuxt.com` nuxtlabs/nuxt.com#537\n\n\n",[2892],{"name":2893,"color":2894},"roadmap","ff7a1a",533,"nuxt.com","closed","MVP","2022-11-17T11:44:04Z","https://github.com/nuxt/nuxt.com/issues/533",0.46050814,{"description":2903,"labels":2904,"number":2905,"owner":2860,"repository":2896,"state":2897,"title":2906,"updated_at":2907,"url":2908,"score":2909},"This will allow us to iterate faster and speed up the build for both sites, we can see at a later stage for adding auth again to nuxt.com once we:\n- Have features for authenticated users outside studio\n- Hybrid rendering on Nuxt 3 with Session/Auth module compatible for it (will need a `@nuxtjs/strapi` update once ready), this means having a static page with the ability to check the user session with a script in header (like color-mode module for SSG) to redirect before pages render. And move the authenticated links/buttons/actions on client-side with placeholders on the server.\n- Nuxt Content Query builder with better performance on SSR\n\n`nuxt.com` will be deployed on Vercel with `nuxi generate`.\n\n`studio.nuxt.com` will have a landing page with the pricing in it + a register for beta button, deployed as an SSR app on Vercel.\nThe `modules/editor` will be renamed to `modules/studio` so it could share components for the project view to the same UI in development (`localhost:3000/_studio/`) with no login and creating route apis (`/api/_studio`) for editing the project locally (basically using Nitro storage to edit files `useStorage()`).\n\nBy separating them, on top of iterating faster in development, we can also launch studio.nuxt.com and nuxt.com at two different dates, as well as opening the beta access to nuxt.com (translators, partners, insiders) and studio.nuxt.com (partners, theme creators) at different times.\n\nHow much time would this take @benjamincanac ?",[],760,"[Studio] Move Auth & Projects into `studio.nuxt.com`","2022-07-05T09:42:12Z","https://github.com/nuxt/nuxt.com/issues/760",0.69257104,{"description":2911,"labels":2912,"number":2914,"owner":2860,"repository":2896,"state":2897,"title":2915,"updated_at":2916,"url":2917,"score":2918},"- [ ] Remove landing\n- [ ] Branch deployment on domain\n- [ ] Update logo\n- [ ] Upgrade docus\n- [ ] Link to go back to nuxt.com\n",[2913],{"name":2893,"color":2894},535,"`v3.nuxt.com`","2022-11-17T11:41:11Z","https://github.com/nuxt/nuxt.com/issues/535",0.69467694,{"description":2920,"labels":2921,"number":2914,"owner":2860,"repository":2884,"state":2897,"title":2928,"updated_at":2929,"url":2930,"score":2918},"Hey,\r\n\r\nI just upgraded to the latest vitest 0.32.0 with nuxt-vitest 0.8.5 and have a error with the module import regarding:\r\nhttps://vitest.dev/guide/common-errors.html\r\n\r\n```shell\r\nError: Cannot find module 'virtual:nuxt:/project/.nuxt/nuxt.config.mjs'.\r\n\r\n- If you rely on tsconfig.json to resolve modules, please install \"vite-tsconfig-paths\" plugin to handle module resolution.\r\n - Make sure you don't have relative aliases in your Vitest config. Use absolute paths instead. Read more: https://vitest.dev/guide/common-errors\r\n ❯ node_modules/nuxt/dist/app/composables/payload.js:6:31\r\n 4| import { getCurrentInstance } from \"vue\";\r\n 5| import { useNuxtApp, useRuntimeConfig } from \"../nuxt.js\";\r\n 6| import { renderJsonPayloads } from \"#build/nuxt.config.mjs\";\r\n | ^\r\n 7| export function loadPayload(url, opts = {}) {\r\n 8| if (process.server) {\r\n ❯ node_modules/nuxt/dist/app/composables/index.js:49:206\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\nSerialized Error: {\r\n \"code\": \"ERR_MODULE_NOT_FOUND\",\r\n}\r\n```\r\n\r\nExample of my minimum setup\r\n```js\r\nimport { defineVitestConfig } from 'nuxt-vitest/config';\r\nimport tsconfigPaths from \"vite-tsconfig-paths\";\r\n\r\nexport default defineVitestConfig({\r\n plugins: [tsconfigPaths()], // this is added regarding the link of vitest\r\n test: {\r\n globals: true,\r\n clearMocks: true,\r\n restoreMocks: true,\r\n threads: false,\r\n testTimeout: 300000,\r\n setupFiles: [\r\n new URL('tests/unit.i18n.setup.ts', import.meta.url).pathname,\r\n new URL('tests/unit.vuetify.setup.ts', import.meta.url).pathname,\r\n new URL('tests/unit.router.setup.ts', import.meta.url).pathname\r\n ],\r\n deps: {\r\n inline: ['element-plus', /@nuxt\\/test-utils/],\r\n },\r\n ssr: {\r\n noExternal: [/vue-i18n/, 'vuetify'],\r\n },\r\n },\r\n});\r\n```\r\n\r\nI can clarify that this config works with vitest 0.31.4 without any errors. Previously imports like `#build/nuxt.config.mjs` where no issue inside the `.nuxt` folder.\r\n\r\nHelp would be appreciated!",[2922,2925],{"name":2923,"color":2924},"bug","d73a4a",{"name":2926,"color":2927},"vitest-environment","b60205","defineVitestConfig with vitest 0.32.0 Cannot find module paths","2023-12-02T23:07:42Z","https://github.com/nuxt/test-utils/issues/535",{"description":2932,"labels":2933,"number":2934,"owner":2860,"repository":2896,"state":2897,"title":2935,"updated_at":2936,"url":2937,"score":2938},"- [ ] Search\n- [ ] Subnavbar Links\n- [ ] Examples\n- [ ] Community / Open Source Guides\n- [ ] v2 migration nuxtjs.org",[],1306,"Documentation Update","2023-07-10T12:42:01Z","https://github.com/nuxt/nuxt.com/issues/1306",0.70834416,{"labels":2940,"number":2945,"owner":2860,"repository":2860,"state":2897,"title":2946,"updated_at":2947,"url":2948,"score":2949},[2941,2942],{"name":2857,"color":2858},{"name":2943,"color":2944},"3.x","29bc7f",13537,"docs: update migration guide to nuxt 3","2023-01-19T17:03:42Z","https://github.com/nuxt/nuxt/issues/13537",0.7089263,{"labels":2951,"number":2954,"owner":2860,"repository":2860,"state":2897,"title":2955,"updated_at":2956,"url":2957,"score":2958},[2952,2953],{"name":2857,"color":2858},{"name":2943,"color":2944},10926,"Documentation Progress","2023-01-19T14:32:52Z","https://github.com/nuxt/nuxt/issues/10926",0.723334,["Reactive",2960],{},["Set"],["ShallowReactive",2963],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fRKY6Pm8cidZJlAEOywRK4PboOtC-J6Q6V68sQgV8s1M":-1},"/nuxt/test-utils/533"]