Vue3 - ResizeObserver loop completed with undelivered notifications(ResizeObserver loop limit excee)

Problem Description

In the development of vue3, using the Element Plus component library, an error suddenly appeared (and the reason could not be found).

This article perfectly solves the following two types of errors. If our error messages are the same, it can be 100% resolved, whether you use js or ts.

It occurs frequently when using the el-table form, of course other situations are also possible (as long as you have exactly the same error as this article, you can solve it).

支持 JS / TS 两种解决方案,您需要哪个就用哪个


ResizeObserver loop completed with undelivered notifications.
ResizeObserver loop limit exceeded.

insert image description here
insert image description here

solution

The following solutions are divided into JS / TS solutions, please choose according to your project, and follow the tutorial steps to solve it.

First look at the JS solution, in main.jsthe file (at the bottom)

Guess you like

Origin blog.csdn.net/weixin_44198965/article/details/132294069