From: Eduardo San Martin Morote Date: Wed, 31 Jul 2024 16:49:33 +0000 (+0200) Subject: chore: comment X-Git-Tag: v4.4.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f082cd05507f33c6d0e6c9dd042cbe75d38ccb5;p=thirdparty%2Fvuejs%2Frouter.git chore: comment --- diff --git a/packages/router/src/globalExtensions.ts b/packages/router/src/globalExtensions.ts index d236a52d..22c49c3c 100644 --- a/packages/router/src/globalExtensions.ts +++ b/packages/router/src/globalExtensions.ts @@ -8,6 +8,10 @@ import type { RouterLink } from './RouterLink' import type { Router } from './router' import type { TypesConfig } from './config' +/** + * 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' { export interface ComponentCustomOptions { /**