\r\n```\r\n\r\n\r\nthe browser console throws following warning:\r\n\r\n```\r\nExtraneous non-emits event listeners (pointerenter, focus) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the \"emits\" option. \r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3062,3063,3066],{"name":3030,"color":3031},{"name":3064,"color":3065},"pages","00DFB5",{"name":3051,"color":3052},28732,"NuxtLink with custom directive is throwing console warning","2024-08-28T11:32:00Z","https://github.com/nuxt/nuxt/issues/28732",0.6688005,{"labels":3073,"number":3080,"owner":3019,"repository":3019,"state":3054,"title":3081,"updated_at":3082,"url":3083,"score":3084},[3074,3077],{"name":3075,"color":3076},"pending triage","E99695",{"name":3078,"color":3079},"2.x","d4c5f9",10593,"@click listener on \u003Cnuxt-link> or \u003Crouter-link> no longer works inside page components on Vue 2.7","2023-02-08T19:37:35Z","https://github.com/nuxt/nuxt/issues/10593",0.67959553,{"description":3086,"labels":3087,"number":3089,"owner":3019,"repository":3019,"state":3054,"title":3090,"updated_at":3091,"url":3092,"score":3093},"I need to add a listening keyboard event to the page, but now I'm using nuxt to add the listener failure.\r\n\r\n`\r\ncreated(){\r\n //注册全局变量\r\n\r\n if(process.browser){\r\n const _this = this;\r\n _this.hotelMarquee = this.hotel[this.language_code].length>18;\r\n document.onkeydown = function(e) {\r\n _this.changeLanguage(e.which)\r\n };\r\n }\r\n },\r\n}\r\n`\r\nThe results of the operation are wrongly reported as follows:\r\n\r\n`\r\n[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside \u003Cp>, or missing \u003Ctbody>. Bailing hydration and performing full client-side render.\r\n`\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2680\">#c2680\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3088],{"name":3078,"color":3079},3096,"How do I add a listener event on the server side?","2023-01-18T16:09:58Z","https://github.com/nuxt/nuxt/issues/3096",0.68925047,{"description":3095,"labels":3096,"number":3099,"owner":3019,"repository":3019,"state":3054,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.8.2\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@9.4.2\r\n- Builder: -\r\n- User Config: devtools, vite\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-s3ebia?file=app.vue,components%2FFullscreenBackground.vue\r\n\r\n### Describe the bug\r\n\r\nI was making a background for a modal component when I noticed a strange behaviour with the `\u003CTransition />` component, specifically when the `appear` prop is set.\r\n\r\nIt seems that the click event listener on an element inside `\u003CTransition appear>` isn't being properly handled.\r\nSteps to reproduce:\r\n1. open the reproduction\r\n2. click on the semi-transparent fullscreen div\r\n3. *nothing happens* even though it should have set its visibility to `false`\r\n\r\n1. remove `appear` from the `\u003CTransition>` component in `FullscreenBackground.vue`\r\n2. repeat the same steps & now the click is properly handled\r\n\r\n### Additional context\r\n\r\nI've tried and I couldn't reproduce the same issue in Vue, so I assume it could be a bug in Nuxt.\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3097,3098],{"name":3047,"color":3048},{"name":3075,"color":3076},24754,"`\u003CTransition appear>` breaks click event listener","2023-12-15T10:09:43Z","https://github.com/nuxt/nuxt/issues/24754",0.6934829,{"description":3105,"labels":3106,"number":3116,"owner":3019,"repository":3039,"state":3054,"title":3117,"updated_at":3118,"url":3119,"score":3120},"### Environment\n\nNuxt project info: (copied to clipboard) nuxi 10:36:44\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.9.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.11\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: devtools, modules, css, future, compatibilityDate, experimental, nitro, sourcemap, ssr, spaLoadingTemplate, runtimeConfig\n- Runtime Modules: @nuxt/ui@3.1.1, @nuxtjs/mdc@0.15.0, @vueuse/nuxt@13.1.0\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.1\n\n### Reproduction\n\n\nInput Menu Send an event when using @Change\n\n\n\nBut it is scheduled to send a value and this generates the error in console\n\n\n\n\n\n### Description\n\nhttps://github.com/user-attachments/assets/3fdd5798-3f77-45e0-a86b-18a2195219f2\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3107,3108,3111,3112,3113],{"name":3030,"color":3031},{"name":3109,"color":3110},"needs reproduction","CB47CF",{"name":3033,"color":3034},{"name":3036,"color":3037},{"name":3114,"color":3115},"closed-by-bot","ededed",4103,"InputMenu Event onChange","2025-05-17T02:08:14Z","https://github.com/nuxt/ui/issues/4103",0.6954109,{"description":3122,"labels":3123,"number":3125,"owner":3019,"repository":3019,"state":3054,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.8.1\r\n- Builder: -\r\n- User Config: srcDir, components, devtools, modules, vite, hooks, app, runtimeConfig\r\n- Runtime Modules: @vueuse/nuxt@10.11.0\r\n- Build Modules: -\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-vxspid?file=src%2Fplugins%2FclickOutside.ts\n\n### Describe the bug\n\nHello, not sure if you can help with this. I'm trying to implement a basic click outside functionality in a nuxt app.\r\nI'm trying to use @vueuse/components and I import @vueuse/nuxt in modules in nuxt config.\r\nmodules: [\r\n '@vueuse/nuxt',\r\n ],\r\n Then I create a plugin with this\r\n \r\n import { vOnClickOutside } from '@vueuse/components'\r\n\r\nexport default defineNuxtPlugin((nuxtApp) => {\r\n nuxtApp.vueApp.directive('clickOutside', vOnClickOutside)\r\n})\r\n\r\nHowever, I keep receiving this message after trying to use the dom element \u003COnClickOutside> in the HTML of the page :\r\n\r\n[Vue warn]: Failed to resolve component: OnClickOutside \r\nIf this is a native custom element, make sure to exclude it from \r\ncomponent resolution via compilerOptions.isCustomElement.\r\n\r\nIf I try to use the v-on-click-outside directive in the HTML I receive the following error : \r\n\r\n[Vue warn]: Failed to resolve directive: on-click-outside\r\n\r\nI don't know which would be a correct solution for this.\r\n\r\nThank you in advance for your help\r\n\r\nCarlota\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3124],{"name":3075,"color":3076},28060,"@vueuse/nuxt + @vueuse/components => vOnClickOutside","2024-07-05T22:04:25Z","https://github.com/nuxt/nuxt/issues/28060",0.6980425,{"labels":3131,"number":3140,"owner":3019,"repository":3019,"state":3054,"title":3141,"updated_at":3142,"url":3143,"score":3144},[3132,3135,3138,3139],{"name":3133,"color":3134},"good first issue","fbca04",{"name":3136,"color":3137},"workaround available","11376d",{"name":3030,"color":3031},{"name":3051,"color":3052},28879,"\"Extraneous non-props attributes\" warning with `NuxtErrorBoundary`","2025-02-20T10:09:47Z","https://github.com/nuxt/nuxt/issues/28879",0.699678,["Reactive",3146],{},["Set"],["ShallowReactive",3149],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fP2KGr5ggp5DGObhfzR_JusZYEzWwBmw3c-r_4UGq5Ac":-1},"/nuxt/ui/4268"]