00
Some checks failed
/ playwright (push) Successful in 3m16s
/ depcheck (push) Successful in 1m26s
/ build-and-deploy-to-vercel (push) Failing after 37s

This commit is contained in:
严浩
2024-12-07 02:36:57 +08:00
parent 34b55ce71a
commit b309260e8f

View File

@ -3,11 +3,11 @@ index a66b6e0c627a9221a5394066666da49597891d07..19aa9d5c2d42a7221017265225d08c44
--- a/dist/vue-router.d.ts --- a/dist/vue-router.d.ts
+++ b/dist/vue-router.d.ts +++ b/dist/vue-router.d.ts
@@ -1751,7 +1751,7 @@ export { } @@ -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 * 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. * the same time breaks so using only one everywhere is the preferred way.
*/ */
-declare module 'vue' { -declare module 'vue' {
+declare module '@vue/runtime-core' { +declare module '@vue/runtime-core' {
export interface ComponentCustomOptions { export interface ComponentCustomOptions {
/** /**
* Guard called when the router is navigating to the route that is rendering * Guard called when the router is navigating to the route that is rendering