5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
// vue.config.js
|
|
module.exports = {
|
|
lintOnSave:false //关闭eslint检查
|
|
}
|