From 66d9a37adfa32014d479ae1e67575d2392084676 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 12 九月 2025 09:05:51 +0800
Subject: [PATCH] 1、大屏动画修改
---
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