vue.config.js 57 B

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