[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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章