From 05ef117cb6e8609238f041ab857ed5747b07cfb6 Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 09:11:25 +0800 Subject: [PATCH] ADD file via upload --- flower_user_front/vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 flower_user_front/vue.config.js diff --git a/flower_user_front/vue.config.js b/flower_user_front/vue.config.js new file mode 100644 index 0000000..6596a0b --- /dev/null +++ b/flower_user_front/vue.config.js @@ -0,0 +1,5 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true, + lintOnSave: false +})