From f106cd80d14b83c484b6a1147b5bc9772d15b4f8 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期三, 07 八月 2024 19:29:31 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web
---
package.json | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 4236183..eadf093 100644
--- a/package.json
+++ b/package.json
@@ -16,15 +16,15 @@
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
- "prettier --write"
+
],
"*.vue": [
- "prettier --write"
+
],
"*.{less,css}": [
- "prettier --write"
+
]
},
"pnpm": {
@@ -34,6 +34,8 @@
},
"dependencies": {
"@arco-design/web-vue": "^2.44.7",
+ "@vue-office/docx": "^1.6.2",
+ "@vue-office/excel": "^1.7.11",
"@vueuse/core": "^9.3.0",
"arco-design-pro-vue": "^2.7.3",
"axios": "^0.24.0",
--
Gitblit v1.8.0