Skip to content

Commit

Permalink
add vue type
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 17, 2024
1 parent 2ef66f3 commit 6913b00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/runtime/01.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,8 @@ declare module '@vue/runtime-core' {
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface ComponentCustomProperties extends PluginsInjections {}
}

declare module 'vue' {
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface ComponentCustomProperties extends PluginsInjections {}
}

0 comments on commit 6913b00

Please sign in to comment.