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 9ea7052 commit b8d417aCopy full SHA for b8d417a
packages/router/src/globalExtensions.ts
@@ -8,7 +8,8 @@ import { RouterLink } from './RouterLink'
8
import type { Router } from './router'
9
import type { TypesConfig } from './config'
10
11
-declare module 'vue' {
+// TODO: figure out why it cannot be 'vue' like said in docs
12
+declare module '@vue/runtime-core' {
13
export interface ComponentCustomOptions {
14
/**
15
* Guard called when the router is navigating to the route that is rendering
0 commit comments