diff --git a/vue.config.js b/vue.config.js index 0aed899..35e4f4b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,3 +2,7 @@ const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ transpileDependencies: true, }); + + + +