From 137442e2d0d7f3ba39cb29cbfaf5456f221d0e83 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 14 Oct 2025 15:58:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(X-Pack):=20=E6=9D=83=E9=99=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE-=E6=8C=89=E7=94=A8=E6=88=B7=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=95=B0=E6=8D=AE=E9=87=8F=E5=A4=A7=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E9=A1=B5=E9=9D=A2=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 62e226e02f..82e46bc778 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -67,7 +67,8 @@ "vue3-ace-editor": "^2.2.2", "vuedraggable": "^4.1.0", "web-storage-cache": "^1.1.1", - "xss": "^1.0.14" + "xss": "^1.0.14", + "vxe-table": "^4.16.20" }, "devDependencies": { "@intlify/unplugin-vue-i18n": "^0.8.2",