From b309260e8fe69ad7c8f71e95d046880472a07bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:36:57 +0800 Subject: [PATCH] 00 --- patches/vue-router@4.4.3.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/vue-router@4.4.3.patch b/patches/vue-router@4.4.3.patch index 07d2190..ab852f6 100644 --- a/patches/vue-router@4.4.3.patch +++ b/patches/vue-router@4.4.3.patch @@ -3,11 +3,11 @@ index a66b6e0c627a9221a5394066666da49597891d07..19aa9d5c2d42a7221017265225d08c44 --- 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. - */ + * 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/runtime-core' { - export interface ComponentCustomOptions { - /** - * Guard called when the router is navigating to the route that is rendering ++declare module '@vue/runtime-core' { + export interface ComponentCustomOptions { + /** + * Guard called when the router is navigating to the route that is rendering