在vue3中使用element-plus页面重置报ResizeObserver loop completed with undelivered notifications.
在vue3中使用element-plus页面重置时报错:解决方案在app.vue和main.js中放入以下代码:constdebounce=(fn,delay)=>{lettimer=null;returnfunction(){letcontext=this;letargs=arguments;clearTimeout(timer);timer=setTimeout(function(){fn.a