vue.config.js 59 B

1234
  1. // vue.config.js
  2. module.exports = {
  3. lintOnSave: false
  4. }