vue.config.js 64 B

1234
  1. module.exports = {
  2. lintOnSave: false,
  3. publicPath: '',
  4. }