Skip to content

Commit

Permalink
Merge pull request #2099 from Barbapapazes/refactor/augment-vue
Browse files Browse the repository at this point in the history
refactor: augment `vue` instead of `@vue/runtime-core`
  • Loading branch information
joetannenbaum authored Jan 9, 2025
2 parents b8b5861 + bc87c2b commit 81c077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue3/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare module '@inertiajs/core' {
}
}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface ComponentCustomProperties {
$inertia: typeof router
$page: Page
Expand Down

0 comments on commit 81c077a

Please sign in to comment.