记录 element ui使用el-table组件出现infinite update loop问题

504 阅读1分钟

在项目使用el-table组件直接报warn

image.png

  [Vue warn]: You may have an infinite update loop in a component render function

解决方案

  1. 如果只是部分组件有这个问题,有可能是代码逻辑问题
  2. 基本全部都报就是vue版本太低了,直接升级vue版本