1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 06:51:23 +08:00

Used Pinia instead of vuex

This commit is contained in:
2023-05-10 16:04:46 +08:00
parent 9937031712
commit 0e4b96647f
7 changed files with 70 additions and 26 deletions

View File

@@ -18,10 +18,10 @@
"axios": "^1.4.0",
"element-plus": "^2.3.4",
"lodash": "^4.17.21",
"pinia": "^2.0.36",
"vite-plugin-inspect": "^0.7.24",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.10",