vue-cli3 中console.log报错

Module Warning (from ./node_modules/eslint-loader/index.js):
error: Unexpected console statement (no-console) at

这个错误是Vuejs - 使用ESLint检查代码质量是进行提示的,修改成以下方式解决:

window.console.log(res);
 
posted @ 2019-05-16 12:13  yshy  阅读(8172)  评论(0编辑  收藏  举报