Skip to content

Commit c96ec67

Browse files
authored
chore(types): update examples in JSDoc for augmenting global properties and custom options to align with docs (#11609)
1 parent 5cf5a16 commit c96ec67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/runtime-core/src/componentOptions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import { markAsyncBoundary } from './helpers/useId'
9191
*
9292
* @example
9393
* ```ts
94-
* declare module '@vue/runtime-core' {
94+
* declare module 'vue' {
9595
* interface ComponentCustomOptions {
9696
* beforeRouteUpdate?(
9797
* to: Route,

packages/runtime-core/src/componentPublicInstance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import type { Directive } from './directives'
6565
* import { createApp } from 'vue'
6666
* import { Router, createRouter } from 'vue-router'
6767
*
68-
* declare module '@vue/runtime-core' {
68+
* declare module 'vue' {
6969
* interface ComponentCustomProperties {
7070
* $router: Router
7171
* }

0 commit comments

Comments
 (0)