elementUI 发布出现ResizeObserver loop completed with undelivered notifications.
解决方案在App.ts或者全局中添加constdebounce=(fn:any,delay:any)=>{lettimer:any=null;returnfunction(){letcontext=this;letargs=arguments;clearTimeout(timer);timer=setTimeout(function(){fn.apply(context,args);},delay