vue.config.js 78 B

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