From d880753d75b23a0ab36082ef1549ca45a5114222 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 24 十月 2023 16:18:52 +0800
Subject: [PATCH] chore: 添加lodash-es/vueuse

---
 package.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 634d477..a7eb2dd 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,9 @@
     "prepare": "husky install"
   },
   "dependencies": {
+    "@vueuse/core": "^10.5.0",
     "element-plus": "^2.4.1",
+    "lodash-es": "^4.17.21",
     "pinia": "^2.1.7",
     "vue": "^3.3.4",
     "vue-router": "^4.2.5"
@@ -42,8 +44,7 @@
   "lint-staged": {
     "src/**/*.{js,ts,jsx,tsx,vue}": [
       "eslint --fix",
-      "prettier --write",
-      "git add"
+      "prettier --write"
     ]
   }
 }

--
Gitblit v1.8.0