]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: comment
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Jul 2024 16:49:33 +0000 (18:49 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 31 Jul 2024 16:49:33 +0000 (18:49 +0200)
packages/router/src/globalExtensions.ts

index d236a52dd8dff0b11a3f82a4c5be025f9e75bbf4..22c49c3c8f6560acbf69afa5facf95dba08c9068 100644 (file)
@@ -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 {
     /**