\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 😢 ",[2001],{"name":2002,"color":2003},"pending triage","5D08F5",1014,"Rerender from @testing-library/vue not working","2025-03-07T14:25:15Z","https://github.com/nuxt/test-utils/issues/1014",0.77645326,{"description":2010,"labels":2011,"number":2016,"owner":1991,"repository":1992,"state":2017,"title":2018,"updated_at":2019,"url":2020,"score":2021},"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!",[2012,2015],{"name":2013,"color":2014},"bug","d73a4a",{"name":1988,"color":1989},535,"closed","defineVitestConfig with vitest 0.32.0 Cannot find module paths","2023-12-02T23:07:42Z","https://github.com/nuxt/test-utils/issues/535",0.46534657,{"description":2023,"labels":2024,"number":1990,"owner":1991,"repository":2028,"state":2017,"title":2029,"updated_at":2030,"url":2031,"score":1997},"",[2025],{"name":2026,"color":2027},"enhancement","1ad6ff","nuxt.com","Migrate nuxt.com to `@docus/base-edge`","2022-06-16T11:33:05Z","https://github.com/nuxt/nuxt.com/issues/510",{"description":2033,"labels":2034,"number":2038,"owner":1991,"repository":2028,"state":2017,"title":2039,"updated_at":2040,"url":2041,"score":2042},"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",[2035],{"name":2036,"color":2037},"roadmap","ff7a1a",533,"MVP","2022-11-17T11:44:04Z","https://github.com/nuxt/nuxt.com/issues/533",0.72830296,{"description":2044,"labels":2045,"number":2038,"owner":1991,"repository":1992,"state":2017,"title":2053,"updated_at":2054,"url":2055,"score":2042},"This happens on any test when I trigger a click. Not yet tying any other trigger events.\r\n\r\nError\r\n`TypeError: Cannot read properties of undefined (reading 'error')`\r\n\r\nVersion\r\n`\"nuxt-vitest\": \"0.10.5\",`\r\n\r\nConfig\r\n```\r\nimport { defineVitestConfig } from 'nuxt-vitest/config';\r\n\r\nexport default defineVitestConfig({\r\n test: {\r\n environment: 'nuxt',\r\n },\r\n});\r\n```\r\n\r\nTest\r\n```\r\nimport { describe, it, expect } from 'vitest';\r\nimport { mount, VueWrapper } from '@vue/test-utils';\r\n\r\nimport ApiTypeTabsDescription from '../components/ApiTypeTabsDescription.vue';\r\nlet wrapper: VueWrapper;\r\nwrapper = mount(ApiTypeTabsDescription);\r\n\r\ndescribe('ApiTypeTabsDescription', () => {\r\n it('More text is visible', async () => {\r\n const toggle = wrapper.find('.register-show-more-btn-text');\r\n await toggle.trigger('click');\r\n await wrapper.vm.$nextTick();\r\n expect(wrapper.find('.register-show-more-description').exists()).toBe(true);\r\n });\r\n});\r\n```\r\n\r\n```\r\nTypeError: Cannot read properties of undefined (reading 'error')\r\n ❯ HTMLScriptElement.dispatchEvent node_modules/.pnpm/happy-dom@12.1.2/node_modules/happy-dom/src/event/EventTarget.ts:102:54\r\n ❯ HTMLScriptElement.dispatchEvent node_modules/.pnpm/happy-dom@12.1.2/node_modules/happy-dom/src/nodes/element/Element.ts:920:29\r\n ❯ Function.dispatchError node_modules/.pnpm/happy-dom@12.1.2/node_modules/happy-dom/src/window/WindowErrorUtility.ts:60:32\r\n ❯ Function.loadExternalScript node_modules/.pnpm/happy-dom@12.1.2/node_modules/happy-dom/src/nodes/html-script-element/HTMLScriptElementUtility.ts:54:24\r\n```",[2046,2047,2050],{"name":1988,"color":1989},{"name":2048,"color":2049},"needs reproduction","DE7793",{"name":2051,"color":2052},"closed-by-bot","ededed","When using trigger('click') get this error & tests don't run TypeError: Cannot read properties of undefined (reading 'error')","2023-12-13T01:51:03Z","https://github.com/nuxt/test-utils/issues/533",{"description":2057,"labels":2058,"number":2064,"owner":1991,"repository":1991,"state":2017,"title":2065,"updated_at":2066,"url":2067,"score":2068},"Hey!\n\nI noticed something in Nuxt docs about trying it out / quickstart / getting started. It is relatevely a long way for the user that just types nuxt.com and opens a website to actually go through the docs and see the actual nuxi command to try it out.\n\n1. Access nuxt.com website\n2. Click Get Started\n3. Read whole page about Introduction\n4. Navigate manually to Installation\n5. Scroll to https://nuxt.com/docs/getting-started/installation#new-project\n6. Actually type the nuxi command to generate a new project\n\nFrom my DX experience this path is a bit too long and hard to follow. It could be easily fixed by following a pattern we leverage in major modules where a command to install the module is actually on the homepage:\n\n\n\n**My proposition:**\n\nI would recommend to have a simple bash terminal in the Nuxt.com website just below the H1 and the diamond, with a simple nuxi new command that would allow users first seeing the nuxt.com page to easily generate a new project without searching for the actual command further in the docs.\n\nThis should decrease the number of steps and the time new users need to spend in order to try out Nuxt which should eventually help improving DX :)\n\nLet me know what you think about it",[2059,2061],{"name":1985,"color":2060},"5319e7",{"name":2062,"color":2063},"3.x","29bc7f",19407,"[DX] Shorten the way to try out Nuxt","2023-03-09T18:51:35Z","https://github.com/nuxt/nuxt/issues/19407",0.7526954,{"description":2070,"labels":2071,"number":2072,"owner":1991,"repository":2028,"state":2017,"title":2073,"updated_at":2074,"url":2075,"score":2076},"- [ ] 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.76442826,{"description":2078,"labels":2079,"number":2083,"owner":1991,"repository":1991,"state":2017,"title":2084,"updated_at":2085,"url":2086,"score":2087},"### Describe the feature\n\nhttps://nuxt.com/deploy\r\n\r\nDo you have any plans to update the deployment guidelines for nuxt3 on different hosting platforms recently?\r\nFor example, git page, netlify, vercel, and so on.\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2080,2081],{"name":2062,"color":2063},{"name":2002,"color":2082},"E99695",25295,"[docs] Deployment Guide","2024-01-18T16:49:18Z","https://github.com/nuxt/nuxt/issues/25295",0.7678648,{"description":2089,"labels":2090,"number":2093,"owner":1991,"repository":1991,"state":2017,"title":2094,"updated_at":2095,"url":2096,"score":2097},"### Environment\n\nlocal\r\n\r\n\n\n### Reproduction\n\nrun `npm run dev` with nuxt v2.15.8 and composition-api v0.33.1 . It will show suggestion to use nuxt bridge like this:\r\n\r\n\r\n\n\n### Describe the bug\n\nif you click link `https://v3.nuxtjs.org/getting-started/bridge` it will redirect to `https://nuxt.com/docs/getting-started/bridge` \r\nbut the destination is broken:\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2091,2092],{"name":1985,"color":2060},{"name":2062,"color":2063},18480,"Broken Link from cli to new documentation site","2023-01-24T22:08:17Z","https://github.com/nuxt/nuxt/issues/18480",0.7680707,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"daVTO5KcKeKdc0xQLOYIBNnSBHEAd6h1eXhhl3dJ5CU":-1},"/nuxt/nuxt.com/535"]