From 23f8f2717620e9c4b8184275e785df32501c53b5 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期二, 06 八月 2024 19:24:00 +0800
Subject: [PATCH] fix: 修改首页bug
---
package.json | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index 12aaa78..eadf093 100644
--- a/package.json
+++ b/package.json
@@ -16,17 +16,15 @@
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
- "prettier --write",
- "eslint --fix"
+
+
],
"*.vue": [
- "stylelint --fix",
- "prettier --write",
- "eslint --fix"
+
+
],
"*.{less,css}": [
- "stylelint --fix",
- "prettier --write"
+
]
},
"pnpm": {
@@ -36,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