1.在根目录下创建一个文件vue.config.js! 2.编写以下代码! module.exports = { lintOnSave:true ,// 严格模式打开(默认true)或关闭(false) } 3.如果您修改并归档,...