WishMeLz

生活其实很有趣

Vue关闭eslint

// vue.config.js 配置文件
module.exports = {
    lintOnSave: false
}