vue.config.js 73 B

123456
  1. module.exports = {
  2. publicPath: "./",
  3. css :{
  4. extract:false
  5. }
  6. };