chore: Update vue-router to version 4.4.3
All checks were successful
CI / cache-and-install (push) Successful in 59s

This commit is contained in:
严浩
2024-08-08 15:36:16 +08:00
parent 95e623f339
commit f4f22057e7
5 changed files with 634 additions and 643 deletions

2
.npmrc
View File

@ -1,2 +1,2 @@
use-node-version=20.16.0
registry=https://npm-cf-proxy.oo1.dev
# registry=https://npm-cf-proxy.oo1.dev

2
components.d.ts vendored
View File

@ -2,7 +2,7 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
export { }
/* prettier-ignore */
declare module 'vue' {

View File

@ -23,7 +23,7 @@
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"page-stack-vue3": "^2.5.6",
"pinia": "^2.2.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
"radash": "^12.1.0",
"tdesign-icons-vue-next": "^0.2.4",
@ -31,9 +31,9 @@
"ts-enum-util": "^4.1.0",
"utils4u": "^1.0.24",
"vant": "^4.9.4",
"vue": "^3.4.35",
"vue": "^3.4.36",
"vue-page-stack": "^3.2.0",
"vue-router": "^4.4.2"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@iconify/utils": "^2.1.30",
@ -63,7 +63,7 @@
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-router": "^0.10.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-vue-devtools": "^7.3.7",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"

View File

@ -1,12 +1,12 @@
diff --git a/dist/vue-router.d.ts b/dist/vue-router.d.ts
index a66b6e0c627a9221a5394066666da49597891d07..19aa9d5c2d42a7221017265225d08c4467f1a69b 100644
--- a/dist/vue-router.d.ts
+++ b/dist/vue-router.d.ts
@@ -1751,7 +1751,7 @@ export { }
diff --git a/dist/vue-router.d.ts b/dist/vue-router.d.ts
index a66b6e0c627a9221a5394066666da49597891d07..19aa9d5c2d42a7221017265225d08c4467f1a69b 100644
--- a/dist/vue-router.d.ts
+++ b/dist/vue-router.d.ts
@@ -1751,7 +1751,7 @@ export { }
* NOTE: this used to be `@vue/runtime-core` but it should have been `vue` for a long time. Using both declaration at
* the same time breaks so using only one everywhere is the preferred way.
*/
-declare module 'vue' {
-declare module 'vue' {
+declare module '@vue/runtime-core' {
export interface ComponentCustomOptions {
/**

1253
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff