Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 31, 2024
1 parent 8487c3e commit 4f082cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/router/src/globalExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import type { RouterLink } from './RouterLink'
import type { Router } from './router'
import type { TypesConfig } from './config'

/**
* NOTE: this used to be `@vue/runtime-core` but it should have been `vue` for a long time. Using both declaration at
* the same time breaks so using only one everywhere is the preferred way.
*/
declare module 'vue' {
export interface ComponentCustomOptions {
/**
Expand Down

0 comments on commit 4f082cd

Please sign in to comment.