douyin/vue.config.js
2021-06-23 22:59:13 +08:00

5 lines
78 B
JavaScript

// vue.config.js
module.exports = {
lintOnSave:false //关闭eslint检查
}