From 6416b40cf242340eaa163c498bd49d8103e73610 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:01:52 +0800
Subject: [PATCH] 代码优化
---
package.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index d5ed29f..89c578f 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,8 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
+ "@vue-office/docx": "^1.6.2",
+ "@vue/composition-api": "^1.7.2",
"avue-plugin-map": "^1.0.1",
"avue-plugin-ueditor": "^0.1.4",
"axios": "^0.18.0",
@@ -32,6 +34,7 @@
"vue": "^2.6.10",
"vue-axios": "^2.1.2",
"vue-cron": "^1.0.9",
+ "vue-demi": "^0.14.10",
"vue-i18n": "^8.7.0",
"vue-router": "^3.0.1",
"vuex": "^3.1.1",
--
Gitblit v1.9.3