From 1cb51023b98b0a9a8d1376e452a984805f3ced1c Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 08:46:35 +0800 Subject: [PATCH] ADD file via upload --- flower_admin_front/vue.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 flower_admin_front/vue.config.js diff --git a/flower_admin_front/vue.config.js b/flower_admin_front/vue.config.js new file mode 100644 index 0000000..910e297 --- /dev/null +++ b/flower_admin_front/vue.config.js @@ -0,0 +1,4 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true +})