chore: update deps

This commit is contained in:
vben
2024-08-01 20:50:45 +08:00
parent 407534bd8c
commit 4236e9cb87
22 changed files with 251 additions and 94 deletions

View File

@@ -7,7 +7,7 @@ VITE_GLOB_API_URL=https://mock-napi.vben.pro/api
VITE_COMPRESS=none
# 是否开启 PWA
VITE_PWA=true
VITE_PWA=false
# vue-router 的模式
VITE_ROUTER_HISTORY=hash

View File

@@ -44,6 +44,6 @@
"naive-ui": "^2.39.0",
"pinia": "2.1.7",
"vue": "^3.4.35",
"vue-router": "^4.4.1"
"vue-router": "^4.4.2"
}
}