From 392927884b9bc9cfd1b65916fd8c11eaac74bd4a Mon Sep 17 00:00:00 2001
From: pany <939630029@qq.com>
Date: Fri, 29 Nov 2024 19:28:31 +0800
Subject: [PATCH] =?UTF-8?q?perf:=20=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99?=
 =?UTF-8?q?=E7=9A=84=20xe-utils=20=E6=8F=92=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 package.json   | 3 +--
 pnpm-lock.yaml | 3 ---
 vite.config.ts | 2 +-
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 4425971..d02d6fe 100644
--- a/package.json
+++ b/package.json
@@ -30,8 +30,7 @@
     "screenfull": "6.0.2",
     "vue": "3.5.13",
     "vue-router": "4.5.0",
-    "vxe-table": "4.6.25",
-    "xe-utils": "3.5.32"
+    "vxe-table": "4.6.25"
   },
   "devDependencies": {
     "@antfu/eslint-config": "3.11.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8e9b898..c13e745 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,9 +56,6 @@ importers:
       vxe-table:
         specifier: 4.6.25
         version: 4.6.25(vue@3.5.13(typescript@5.6.3))
-      xe-utils:
-        specifier: 3.5.32
-        version: 3.5.32
     devDependencies:
       '@antfu/eslint-config':
         specifier: 3.11.2
diff --git a/vite.config.ts b/vite.config.ts
index 59783e7..69b0253 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -66,7 +66,7 @@ export default defineConfig(({ mode }) => {
           manualChunks: {
             vue: ["vue", "vue-router", "pinia"],
             element: ["element-plus", "@element-plus/icons-vue"],
-            vxe: ["vxe-table", "xe-utils"]
+            vxe: ["vxe-table"]
           }
         }
       },