From 52ee3871124c5c02a666a1d8e716d4241ef527b1 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期一, 05 八月 2024 10:35:21 +0800
Subject: [PATCH] fix: 图片展示

---
 package.json |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 38ad2c8..ffd9425 100644
--- a/package.json
+++ b/package.json
@@ -16,16 +16,14 @@
   },
   "lint-staged": {
     "*.{js,ts,jsx,tsx}": [
-      "prettier --write",
-      "eslint --fix"
+      "prettier --write"
+    
     ],
     "*.vue": [
-      "stylelint --fix",
-      "prettier --write",
-      "eslint --fix"
+      "prettier --write"
+     
     ],
     "*.{less,css}": [
-      "stylelint --fix",
       "prettier --write"
     ]
   },
@@ -37,6 +35,7 @@
   "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