From aebc5d85da25b3b352dba1ceb76bacf3f464382b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 14 四月 2025 17:09:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
UI-Project/vue.config.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/UI-Project/vue.config.js b/UI-Project/vue.config.js
index 1b2c99f..3881acf 100644
--- a/UI-Project/vue.config.js
+++ b/UI-Project/vue.config.js
@@ -2,4 +2,16 @@
assetsDir: 'static',
parallel: false,
publicPath: './',
+ presets: [
+ // '@vue/cli-plugin-babel/preset',
+ '@vue/app',
+ [
+ '@babel/preset-env',
+ {
+ useBuiltIns: 'entry'
+ }
+ ]
+ ],
+ sourceType: 'unambiguous',
+
};
\ No newline at end of file
--
Gitblit v1.8.0