Skip to content

Commit 4f082cd

Browse files
committed
chore: comment
1 parent 8487c3e commit 4f082cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/router/src/globalExtensions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import type { RouterLink } from './RouterLink'
88
import type { Router } from './router'
99
import type { TypesConfig } from './config'
1010

11+
/**
12+
* NOTE: this used to be `@vue/runtime-core` but it should have been `vue` for a long time. Using both declaration at
13+
* the same time breaks so using only one everywhere is the preferred way.
14+
*/
1115
declare module 'vue' {
1216
export interface ComponentCustomOptions {
1317
/**

0 commit comments

Comments
 (0)