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