【前端】Unexpected console statement

Vue3.0 console.log()语法报错

解决方法1

只需要改成window.console.log() 即可解决如

window.console.log(error);

 

解决方法2

打开:package.json 文件,找到eslintConfig 在rules 规则中增加

“no-console”:“off”

 

最初发布于https://blog.csdn.net/qq_44690237/article/details/98471262

posted @ 2021-04-02 15:03  XIAOGUAI9  阅读(90)  评论(0编辑  收藏  举报