关闭vue Eslint校验

// vue.config.js
module.exports = {
    lintOnSave: false
}

修改之后重新 npm run dev启动项目即可生效

你可能感兴趣的:(关闭vue Eslint校验)