// vue.config.js module.exports = { lintOnSave: false } 在项目根目录下增加vue.config.js文件。 内容如下: ` 来源:oschina链接:https://my.oschina.net/redpotato/blog/4479383 标签 eslint Vue.js javascript