vue.config.js 53 B

12345
  1. module.exports = {
  2. css: {
  3. extract: false
  4. }
  5. }