Skip to content

Commit b52432a

Browse files
committed
chore(projects): lower vue version to 3.4.23
1 parent cf5bc88 commit b52432a

File tree

3 files changed

+162
-59
lines changed

3 files changed

+162
-59
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ VITE_SERVICE_EXPIRED_TOKEN_CODES=9999,9998
4040

4141
# when the route mode is static, the defined super role
4242
VITE_STATIC_SUPER_ROLE=R_SUPER
43+
44+
# sourcemap
45+
VITE_SOURCE_MAP=N

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"naive-ui": "2.38.1",
5959
"nprogress": "0.2.0",
6060
"pinia": "2.1.7",
61-
"vue": "3.4.24",
61+
"vue": "3.4.23",
6262
"vue-draggable-plus": "0.4.0",
6363
"vue-i18n": "9.13.1",
6464
"vue-router": "4.3.2"

0 commit comments

Comments
 (0)