[VUE ERROR] Error in render: "TypeError: Cannot create property 'header' on boolean 'true'"
程序员文章站
2022-12-24 16:00:59
项目基于ElemnetUi进行的开发,在引入第三方扩展库 vue-element-extends 之后使用它的表格组件报了这个错 解决方案: 1. 删除项目中的 node_modules 2. 删除 package-lock.json 3. npm cache clean --force 4. np ......
项目基于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
上一篇: 柚的功效与作用
下一篇: python爬虫(六)