vue.config.js 63 B

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