We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8487c3e commit 4f082cdCopy full SHA for 4f082cd
packages/router/src/globalExtensions.ts
@@ -8,6 +8,10 @@ import type { RouterLink } from './RouterLink'
8
import type { Router } from './router'
9
import type { TypesConfig } from './config'
10
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
+ */
15
declare module 'vue' {
16
export interface ComponentCustomOptions {
17
/**
0 commit comments