Skip to content

Commit

Permalink
fix: augment vue rather than @vue/runtime-core (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 16, 2024
1 parent e501e6e commit 9638b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/global-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare module '#app' {
interface NuxtApp extends PluginInjection {}
}

declare module '@vue/runtime-core' {
declare module 'vue' {
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface ComponentCustomProperties extends PluginInjection {}
}
Expand Down

0 comments on commit 9638b18

Please sign in to comment.