\n \u003CNuxtWelcome />\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nconsole.log(\"111\");\n\u003C/script>\n```\n\n### Expected Behavior\nBuilt-in components should be auto-imported without errors during development.\n\n### Actual Behavior\nConsole errors occur for built-in components (e.g., `NuxtWelcome`), and auto-importing fails.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nWARN [Vue warn]: Failed to resolve component: NuxtRouteAnnouncer\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n at \u003CApp> \n at \u003CNuxtRoot>\n\nthis is setup\n```",[3145],{"name":3146,"color":3147},"馃敤 p3-minor","FBCA04",32290,"closed","[Bug] AutoImport Fails for Components with `vite.esbuild.minifyWhitespace=true` in Dev Mode","2025-06-06T04:42:30Z","https://github.com/nuxt/nuxt/issues/32290",0.6642771,{"description":3155,"labels":3156,"number":3166,"owner":3135,"repository":3167,"state":3149,"title":3168,"updated_at":3169,"url":3170,"score":3171},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v23.10.0`\n- Nuxt Version: `3.17.0`\n- CLI Version: `3.25.0`\n- Nitro Version: `2.11.10`\n- Package Manager: `pnpm@10.10.0`\n- Builder: `-`\n- User Config: `-`\n- Runtime Modules: `-`\n- Build Modules: `-`\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.0\n\n### Reproduction\n\nAny use of tabs slots\n\n### Description\n\nAfter upgrading all dependencies to the latest version and keeping NuxtUI v3.0.2 everything is ok but when in addition to other dependencies I also upgrade NuxtUI to the latest version v3.1.0 then TS errors appear as in the attached screen shot so I guess again a step backwards from the recent fixes with slots ;p\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3157,3160,3163],{"name":3158,"color":3159},"bug","d73a4a",{"name":3161,"color":3162},"duplicate","cfd3d7",{"name":3164,"color":3165},"v3","49DCB8",4005,"ui","Tab slots types error","2025-04-28T10:54:47Z","https://github.com/nuxt/ui/issues/4005",0.6696459,{"description":3173,"labels":3174,"number":3181,"owner":3135,"repository":3135,"state":3149,"title":3182,"updated_at":3183,"url":3184,"score":3185},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.0\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.6.7\r\n- Builder: vite\r\n- User Config: app, vite, build, modules, css, runtimeConfig, plugins, googleFonts, devtools\r\n- Runtime Modules: @pinia/nuxt@0.4.11, @pinia-plugin-persistedstate/nuxt@1.1.1, @nuxtjs/google-fonts@3.0.2, nuxt-icon@0.5.0\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\n[Reproduction](https://stackblitz.com/edit/github-egvwuo-q53rtw?file=README.md)\n\n### Describe the bug\n\nUsing a component in the template while also importing its type in the Composition API leads to an error.\n\n### Additional context\n\nIn reproduction you can delete comment tags in **bug.vue** page to see error. I don't encounter this error when i don't call the component within the template. You can see it on the **weird.vue** page or in the **bug.vue** page with a comment.\r\n\r\nI don't encounter this issue in a project where I'm using version ^3.6.2.\n\n### Logs\n\n```shell-script\nInternal server error: Failed to resolve import \".nuxt/components\" from \"pages\\course\\index.vue\". Does the file exist? 05:38:47 \r\n Plugin: vite:import-analysis\r\n File: *path*/pages/course/index.vue:8:32\r\n 2 | import { ref } from 'vue';\r\n 3 | import { defineComponent as _defineComponent } from \"vue\";\r\n 4 | import { ModalsClassroom } from \".nuxt/components\";\r\n | ^\r\n 5 | const _sfc_main = /* @__PURE__ */ _defineComponent({\r\n 6 | __name: \"index\",\n```\n",[3175,3178],{"name":3176,"color":3177},"3.x","29bc7f",{"name":3179,"color":3180},"pending triage","E99695",22979,"Nuxt3.6.5 - Failed to resolve import \".nuxt/components\" | Using a component in the template while also importing its type in the Composition API leads to an error.","2023-09-04T10:36:49Z","https://github.com/nuxt/nuxt/issues/22979",0.67144775,{"description":3187,"labels":3188,"number":3193,"owner":3135,"repository":3135,"state":3149,"title":3194,"updated_at":3195,"url":3196,"score":3197},"\u003C!-- 馃挌 Thanks for your time to make Nuxt better with your feedbacks 馃挌\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n馃憤 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n\r\n\r\n### Versions\r\n\r\n- nuxt: v2.15.3\r\n- node: v12.13.0\r\n\r\n### Reproduction\r\n\r\nThere is no way to reproduce as I have private packages as dependencies.\r\n\r\n### Steps to reproduce\r\n\r\nUpgrade to nuxt 2.15.3\r\nrun npm ci verify there are no errors\r\nthen run npm run dev and verify this error\r\n\r\n\r\n\r\n\r\nMy dependencies\r\n\r\n````json\r\n\"dependencies\": {\r\n \"@allanoricil/sql-formatter\": \"^0.4.0\",\r\n \"@allanoricil/vue-monaco\": \"^0.2.0\",\r\n \"@allanoricil/vue-multiselect\": \"^0.0.1\",\r\n \"@nuxtjs/axios\": \"^5.12.5\",\r\n \"bootstrap\": \"^4.6.0\",\r\n \"bootstrap-vue\": \"^2.21.2\",\r\n \"core-js\": \"^3.8.3\",\r\n \"debounce\": \"^1.2.1\",\r\n \"html-entities\": \"^2.1.0\",\r\n \"luxon\": \"^1.25.0\",\r\n \"monaco-editor\": \"^0.22.3\",\r\n \"nuxt\": \"^2.15.3\",\r\n \"object-hash\": \"^2.1.1\",\r\n \"rgb-hex\": \"^3.0.0\",\r\n \"socket.io-client\": \"^2.4.0\",\r\n \"soql-parser-js\": \"^3.0.0\",\r\n \"vue-clipboard2\": \"^0.3.1\",\r\n \"vue-codemirror\": \"^4.0.6\",\r\n \"vue-columns-resizable\": \"0.0.1\",\r\n \"vue-confirm-dialog\": \"^1.0.2\",\r\n \"vue-drag-drop\": \"^1.1.4\",\r\n \"vue-highlightjs\": \"^1.3.3\",\r\n \"vue-infinite-loading\": \"^2.4.5\",\r\n \"vue-inline-svg\": \"^2.0.0\",\r\n \"vue-json-pretty\": \"^1.7.1\",\r\n \"vue-json-viewer\": \"^2.2.17\",\r\n \"vue-loading-spinner\": \"^1.0.11\",\r\n \"vue-pagination-2\": \"^3.0.8\",\r\n \"vue-shortkey\": \"^3.1.7\",\r\n \"vue-socket.io-extended\": \"^4.0.6\",\r\n \"vue-stripe-checkout\": \"^3.5.14-beta.0\",\r\n \"vue-stripe-elements-plus\": \"^0.3.2\",\r\n \"vuelidate\": \"^0.7.5\",\r\n \"vuex-extensions\": \"^1.1.5\",\r\n \"vuex-persist\": \"^3.1.3\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxtjs/eslint-config\": \"^5.0.0\",\r\n \"@nuxtjs/eslint-module\": \"^3.0.2\",\r\n \"@nuxtjs/pwa\": \"^3.3.5\",\r\n \"@nuxtjs/svg\": \"^0.1.12\",\r\n \"@nuxtjs/vuetify\": \"^1.11.3\",\r\n \"babel-eslint\": \"^10.1.0\",\r\n \"base64-inline-loader\": \"^1.1.1\",\r\n \"cross-env\": \"^7.0.3\",\r\n \"cypress\": \"^6.5.0\",\r\n \"dotenv\": \"^8.2.0\",\r\n \"eslint\": \"^7.18.0\",\r\n \"eslint-config-prettier\": \"^7.2.0\",\r\n \"eslint-plugin-nuxt\": \"^2.0.0\",\r\n \"eslint-plugin-prettier\": \"^3.3.1\",\r\n \"eslint-plugin-vue\": \"^7.5.0\",\r\n \"javascript-obfuscator\": \"^2.10.3\",\r\n \"miragejs\": \"^0.1.41\",\r\n \"monaco-editor-webpack-plugin\": \"^3.0.0\",\r\n \"prettier\": \"^2.2.1\",\r\n \"webpack-obfuscator\": \"^2.6.0\"\r\n }\r\n````\r\n\r\n\r\nNuxt config\r\n\r\n````js\r\nimport webpack from 'webpack';\r\nimport WebpackObfuscator from 'webpack-obfuscator';\r\nimport MonacoEditorPlugin from 'monaco-editor-webpack-plugin';\r\n\r\nexport default {\r\n target: 'static',\r\n ssr: false,\r\n env: {\r\n WEBHOOKS_SERVER: process.env.WEBHOOKS_SERVER || 'http://localhost:9090',\r\n KEYGEN_ACCOUNT_ID: process.env.KEYGEN_ACCOUNT_ID || '78edb4be-f034-4809-9ea9-b29b0dff113e',\r\n STRIPE_PUBLISHABLE_KEY: process.env.STRIPE_PUBLISHABLE_KEY || 'pk_test_51HJP5dGES2qDPBojjEaDhVwhbPgJ1W3lN5H24uMvlUqPgA9KxEJGdTyA2DIzi8lywEjsSLOW4rOLINW4oHwXfquo00Syg6gw0d',\r\n STRIPE_PRODUCT_KEY: process.env.STRIPE_PRODUCT_KEY || 'prod_IlXQl78y4QXvKS',\r\n SALESFORCE_API_VERSION: process.env.SALESFORCE_API_VERSION || 'v50.0',\r\n SALESFORCE_SERVER: process.env.SALESFORCE_SERVER || 'http://127.0.0.1:5000',\r\n },\r\n // Global page headers: https://go.nuxtjs.dev/config-head\r\n head: {\r\n title: 'salesforce-query-editor',\r\n htmlAttrs: {\r\n lang: 'en',\r\n ...(process.env === 'dev' && {oncontextmenu: 'return false'})\r\n },\r\n meta: [\r\n { charset: 'utf-8' },\r\n { name: 'viewport', content: 'width=device-width, initial-scale=1' },\r\n { hid: 'description', name: 'description', content: '' },\r\n ],\r\n link: [],\r\n script: [\r\n {\r\n src: 'https://js.stripe.com/v3/',\r\n crossorigin: 'anonymous',\r\n },\r\n ],\r\n },\r\n\r\n // Global CSS: https://go.nuxtjs.dev/config-css\r\n css: [\r\n '~/assets/css/googleCookieFont.css',\r\n '~/assets/css/global.css',\r\n '~/assets/css/vscode-dark.css'\r\n ],\r\n\r\n // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins\r\n plugins: [\r\n { src: '~plugins/vuelidate.js' , ssr: false },\r\n { src: '~plugins/confirm-dialog.js' , ssr: false },\r\n { src: '~plugins/vue-multiselect.js' , ssr: false },\r\n { src: '~plugins/vue-clipboard2.js' , ssr: false },\r\n { src: '~plugins/vue-drag-drop.js' , ssr: false },\r\n { src: '~plugins/vue-json-viewer.js' , ssr: false },\r\n { src: '~plugins/vue-shortkey.js' , ssr: false },\r\n { src: '~plugins/vue-inline-svg.js' , ssr: false },\r\n { src: '~plugins/fontawesome.js', ssr: false },\r\n { src: '~plugins/vue-socket.io.js', ssr: false },\r\n { src: '~plugins/vue-infinite-loading.js', ssr: false },\r\n { src: '~plugins/vue-columns-resizable.js', ssr: false}\r\n ],\r\n\r\n components: true,\r\n\r\n generate: {\r\n fallback: '404.html'\r\n },\r\n\r\n buildModules: [\r\n ['@nuxtjs/eslint-module', { fix: true, quiet: true }],\r\n \"@nuxtjs/svg\"\r\n ],\r\n\r\n loading: {\r\n height: '0px'\r\n },\r\n\r\n modules: [\r\n 'bootstrap-vue/nuxt',\r\n '@nuxtjs/axios',\r\n '@nuxtjs/pwa'\r\n ],\r\n\r\n axios: {},\r\n\r\n pwa: {\r\n manifest: {\r\n short_name: 'SOQL',\r\n name: 'Salesforce Query Editor',\r\n description:\r\n 'This Web App helps Salesforce Developers to write Queries and manage Salesforce data while using VSCode.',\r\n start_url: '/',\r\n theme_color: '#ffffff',\r\n background_color: '#ffffff',\r\n display: 'standalone'\r\n },\r\n icons: {\r\n purpose: ['maskable', 'any']\r\n }\r\n },\r\n\r\n // Build Configuration: https://go.nuxtjs.dev/config-build\r\n build: {\r\n extend(config, ctx) {\r\n if (ctx.isDev) {\r\n config.devtool = ctx.isClient ? 'source-map' : 'inline-source-map';\r\n }\r\n\r\n if (ctx.isClient) {\r\n config.output.filename = 'app.js',\r\n config.output.chunkFilename = '[id].js';\r\n config.optimization.splitChunks.cacheGroups.default = false;\r\n config.optimization.runtimeChunk = false;\r\n }\r\n\r\n if (!ctx.isDev && ctx.isClient && config.plugins) {\r\n config.plugins.push(\r\n new WebpackObfuscator({\r\n compact: true,\r\n identifierNamesGenerator: 'mangled',\r\n selfDefending: true,\r\n stringArray: true,\r\n rotateStringArray: true,\r\n shuffleStringArray: true,\r\n stringArrayThreshold: 0.8\r\n }, [])\r\n );\r\n }\r\n \r\n const nuxtFontLoaderIndex = config.module.rules.findIndex((rule) => String(rule.test) == String(/\\.(woff2?|eot|ttf|otf)(\\?.*)?$/i));\r\n\r\n const newFontLoader = {\r\n test: /\\.(woff2?|eot|ttf|otf)(\\?.*)?$/i,\r\n use: 'base64-inline-loader?limit=1000&name=[name].[ext]'\r\n }\r\n\r\n config.module.rules.splice(nuxtFontLoaderIndex, 1, newFontLoader);\r\n },\r\n\r\n plugins: [\r\n new MonacoEditorPlugin({\r\n languages: ['java'],\r\n features: ['!gotoSymbol'],\r\n }),\r\n new webpack.optimize.LimitChunkCountPlugin({\r\n maxChunks: 1\r\n }),\r\n ],\r\n },\r\n\r\n router: {\r\n mode: 'hash',\r\n },\r\n}\r\n\r\n````\r\n\r\n### What is Expected?\r\n\r\n\r\n### What is actually happening?\r\n",[3189,3190],{"name":3179,"color":3180},{"name":3191,"color":3192},"2.x","d4c5f9",9063,"Error: Cannot find module '@babel/core'","2023-01-22T15:38:48Z","https://github.com/nuxt/nuxt/issues/9063",0.68162954,{"description":3199,"labels":3200,"number":3203,"owner":3135,"repository":3135,"state":3149,"title":3204,"updated_at":3205,"url":3206,"score":3207},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.16.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.3\r\n- Builder: -\r\n- User Config: css, runtimeConfig, modules, components, API_URL\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @pinia/nuxt@0.4.11\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://codesandbox.io/p/github/s1kebeats/s1kebeats_client/issue\r\n\r\n### Describe the bug\r\n\r\n[AppLogo](https://github.com/s1kebeats/s1kebeats_client/blob/dev/components/ui/AppLogo/AppLogo.vue) component import works in [form.vue](https://github.com/s1kebeats/s1kebeats_client/blob/dev/layouts/form.vue), but doesn't work in [AppHeader](https://github.com/s1kebeats/s1kebeats_client/blob/dev/components/modules/AppHeader/AppHeader.vue). Imports are absolutely identical.\r\n\r\n**Error:**\r\n```\r\n[Vue warn]: Failed to resolve component: AppLogo\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.\r\n```\r\n\r\n[Search](https://github.com/s1kebeats/s1kebeats_client/blob/dev/components/modules/AppHeader/components/Search/Search.vue) component import in [AppHeader](https://github.com/s1kebeats/s1kebeats_client/blob/dev/components/modules/AppHeader/AppHeader.vue) doesn't work too.\r\n\r\n**Error:**\r\n```\r\n[Vue warn]: Failed to resolve component: Search\r\n[1] If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.\r\n```\r\n\r\nYou can visit `/register` route to see the import working in [form.vue](https://github.com/s1kebeats/s1kebeats_client/blob/dev/layouts/form.vue) and visit `/` route to see the import not working in [AppHeader](https://github.com/s1kebeats/s1kebeats_client/blob/dev/components/modules/AppHeader/AppHeader.vue).\r\n\r\n\r\n### Additional context\r\n\r\nI also have this in logs:\r\n\r\n`[Vue Router warn]: No match found for location with path \"/_nuxt/node_modules/.cache/vite/client/deps/\"`\r\n\r\n### Logs\r\n\r\n```shell-script\r\n[Vue Router warn]: No match found for location with path \"/_nuxt/node_modules/.cache/vite/client/deps/\"\r\n[Vue warn]: Failed to resolve component: AppLogo\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.\r\n[Vue warn]: Failed to resolve component: Search\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.\r\n```",[3201,3202],{"name":3176,"color":3177},{"name":3179,"color":3180},22857,"Valid imports fail in one specific component","2023-08-28T05:18:12Z","https://github.com/nuxt/nuxt/issues/22857",0.6816602,{"labels":3209,"number":3214,"owner":3135,"repository":3135,"state":3149,"title":3215,"updated_at":3216,"url":3217,"score":3218},[3210,3211,3212],{"name":3176,"color":3177},{"name":3179,"color":3180},{"name":3213,"color":3147},"needs reproduction",14497,"es modules not working on nuxt 3","2023-01-19T17:36:12Z","https://github.com/nuxt/nuxt/issues/14497",0.6816805,{"description":3220,"labels":3221,"number":3225,"owner":3135,"repository":3135,"state":3149,"title":3226,"updated_at":3227,"url":3228,"score":3229},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v18.17.0\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: yarn@4.0.1\r\n- Builder: -\r\n- User Config: devtools, app, modules, plausible, device, tailwindcss, vite, vue, imports, ssr, spaLoadingTemplate, piniaPersistedstate, runtimeConfig\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.10.3, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxtjs/device@3.1.1, @nuxtjs/plausible@0.2.4, @nuxtjs/algolia@1.10.1, @pinia-orm/nuxt@1.7.0\r\n- Build Modules: -\n\n### Reproduction\n\nhttps://github.com/lukso-network/wallet.universalprofile.cloud\n\n### Describe the bug\n\nAfter upgrading from `nuxt@^3.6.5` to `nuxt@^3.9.0` I've started to see a lot of warnings regarding component resolving:\r\n\r\n```\r\nFailed to resolve component: lukso-sanitize\r\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.\r\n```\r\n\r\nApp uses web components that's why in my `nuxt.config.ts` I have this entry which worked before upgrade:\r\n\r\n```\r\nvue: {\r\n compilerOptions: {\r\n isCustomElement: (tag: string) => {\r\n return tag.startsWith('lukso-')\r\n },\r\n },\r\n },\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3222,3223,3224],{"name":3176,"color":3177},{"name":3179,"color":3180},{"name":3213,"color":3147},25040,"Failed to resolve web component warning","2024-01-09T08:41:50Z","https://github.com/nuxt/nuxt/issues/25040",0.68237454,{"description":3231,"labels":3232,"number":3242,"owner":3135,"repository":3167,"state":3149,"title":3243,"updated_at":3244,"url":3245,"score":3246},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.12.2\n- Nuxt Version: 3.13.0\n- CLI Version: 3.13.0\n- Nitro Version: 2.9.7\n- Package Manager: yarn@3.7.0\n- Builder: -\n- User Config: app, modules, algolia, content, fonts, colorMode, tailwindcss, site, schemaOrg, nitro, runtimeConfig, sourcemap, experimental, compatibilityDate\n- Runtime Modules: @nuxt/content@2.13.2, @nuxt/image@1.7.0, @nuxt/ui@2.18.4, @nuxt/fonts@0.6.1, nuxt-og-image@3.0.0-rc.65, @nuxtjs/algolia@1.10.2, nuxt-schema-org@2.2.0\n- Build Modules: -\n------------------------------\n\n### Version\n\nv2.18.3\n\n### Reproduction\n\n1. Go to https://ui.nuxt.com/components/tabs?tab=Tab1#control-the-selected-index\n\n2. Click on any tab that is not tab 1 (`tabs?tab=Tab3#control-the-selected-index`)\n\n3. Copy the link to that tab and paste it in a new browser tab or reload page\n4. The tab is not rendered correctly\n\n\n\n\n### Description\n\nLinks to the tabs don't work correctly, they don't render at all\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3233,3234,3237,3240],{"name":3158,"color":3159},{"name":3235,"color":3236},"triage","ffffff",{"name":3238,"color":3239},"closed-by-bot","ededed",{"name":3241,"color":3239},"stale",2356,"[Tabs] Tabs don't render correctly, even on the documentation page","2025-06-18T09:05:59Z","https://github.com/nuxt/ui/issues/2356",0.6879624,{"description":3248,"labels":3249,"number":3253,"owner":3135,"repository":3135,"state":3149,"title":3254,"updated_at":3255,"url":3256,"score":3257},"\u003C!-- 馃挌 Thanks for your time to make Nuxt better with your feedbacks 馃挌\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n馃憤 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: 2.14.6\r\n- node: v15.3.0\r\n\r\n### Reproduction\r\n\r\n\u003C!--\r\nLink to a minimal test case based on one of:\r\n- A fork of https://template.nuxtjs.org\r\n- A GitHub repository that can reproduce the bug\r\nWithout a reproduction, it is so hard to address problem :(\r\n-->\r\n\r\n\u003Cdetails open>\r\n\u003Csummary>Additional Details\u003C/summary>\r\n\u003Cbr>\r\n\u003C!-- Attaching `nuxt.config`, dependencies, logs or code snippets would help to find the issue -->\r\n\u003C/details>\r\n\r\n### Steps to reproduce\r\n\r\nCreate any nuxt.js app using npx yarn or npm, and open multiple tabs or use a program like sizzy/responsivelyApp or open a second device\r\n### What is Expected?\r\nLive reload should work on all tabs\r\n### What is actually happening?\r\nLive reload either stops working or works only on one tab.",[3250,3251,3252],{"name":3241,"color":3236},{"name":3179,"color":3180},{"name":3191,"color":3192},8583,"Nuxt does not properly livereload when using multiple tabs or multiple devices","2023-01-22T15:38:40Z","https://github.com/nuxt/nuxt/issues/8583",0.6880145,["Reactive",3259],{},["Set"],["ShallowReactive",3262],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQkPXBtKhUk63ABIDTkcQrc_yTJDDdz5LalEl3MRZqsc":-1},"/nuxt/ui/4716"]