From fcf6345c21422c9d9a824d9d7f34721fbb08e01a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 11 七月 2024 10:22:46 +0800
Subject: [PATCH] 解决zh重复字段,大屏显示部分页面

---
 UI-Project/src/main.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/UI-Project/src/main.js b/UI-Project/src/main.js
index b8b328b..8ac785a 100644
--- a/UI-Project/src/main.js
+++ b/UI-Project/src/main.js
@@ -11,7 +11,11 @@
 import VXETable from 'vxe-table'
 import 'vxe-table/lib/style.css'
 import i18n from '@/lang'
+// import Echarts from "vue-echarts"
+// import * as echarts from "echarts"
 
+// app.component("v-chart", Echarts)
+// app.config.globalProperties.$echarts = echarts
 const app = createApp(App)
 const pinia = createPinia()
 pinia.use(piniaPluginPersistedstate )

--
Gitblit v1.8.0