Skip to content

Commit

Permalink
Fix type augmentation (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniser committed Sep 18, 2024
1 parent 3723ef4 commit ea387d9
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 ea387d9

Please sign in to comment.