const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, // rules: { // 'vue/multi-word-component-names': 'off' // } })