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 5cf5a16 commit c96ec67Copy full SHA for c96ec67
packages/runtime-core/src/componentOptions.ts
@@ -91,7 +91,7 @@ import { markAsyncBoundary } from './helpers/useId'
91
*
92
* @example
93
* ```ts
94
- * declare module '@vue/runtime-core' {
+ * declare module 'vue' {
95
* interface ComponentCustomOptions {
96
* beforeRouteUpdate?(
97
* to: Route,
packages/runtime-core/src/componentPublicInstance.ts
@@ -65,7 +65,7 @@ import type { Directive } from './directives'
65
* import { createApp } from 'vue'
66
* import { Router, createRouter } from 'vue-router'
67
68
69
* interface ComponentCustomProperties {
70
* $router: Router
71
* }
0 commit comments