[VUE ERROR] Error in render: "TypeError: Cannot create property 'header' on boolean 'true'"

项目基于ElemnetUi进行的开发,在引入第三方扩展库 vue-element-extends 之后使用它的表格组件报了这个错

解决方案:

1.  删除项目中的 node_modules

2. 删除 package-lock.json

3. npm cache clean --force

4. npm install

参考资料: https://blog.csdn.net/lamianT/article/details/87919612

原文地址:https://www.cnblogs.com/similar/p/10522304.html