记录 element ui使用el-table组件出现infinite update loop问题 xb_cxb 2021-04-14 504 阅读1分钟 在项目使用el-table组件直接报warn [Vue warn]: You may have an infinite update loop in a component render function 解决方案 如果只是部分组件有这个问题,有可能是代码逻辑问题 基本全部都报就是vue版本太低了,直接升级vue版本