vue.config.js 187 B

1234567
  1. const { defineConfig } = require('@vue/cli-service')
  2. module.exports = defineConfig({
  3. transpileDependencies: true,
  4. // rules: {
  5. // 'vue/multi-word-component-names': 'off'
  6. // }
  7. })