[Vue warn]: Error in render: "TypeError: Cannot create property 'default' on boolean 'true'"
只要改变el-table里面的slot-scope=“scope”,编译后页面就会报这个错误
如:
[Vue warn]: Error in render: "TypeError: Cannot create property 'default' on boolean 'true'"
按照这样解决了

  • 先删除已经存在的node_modules
  • 删除package-lock.json
  • npm cache clean --force
  • npm install

或者

更新一下这个就好了 :
npm i [email protected]

相关文章:

  • 2021-07-29
  • 2022-12-23
  • 2021-07-10
  • 2021-04-27
  • 2021-08-06
  • 2021-05-26
  • 2021-06-12
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-09-23
  • 2022-12-23
  • 2021-09-06
  • 2021-05-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案