eslint检验导致vue项目无法运行

197 阅读1分钟

在vue.config.js里:

module.exports = {
  lintOnSave: false,
};

没有vue.config.js文件就在项目根目录新建 完结!