Skip to content

Commit 81c077a

Browse files
Merge pull request #2099 from Barbapapazes/refactor/augment-vue
refactor: augment `vue` instead of `@vue/runtime-core`
2 parents b8b5861 + bc87c2b commit 81c077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue3/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module '@inertiajs/core' {
1212
}
1313
}
1414

15-
declare module '@vue/runtime-core' {
15+
declare module 'vue' {
1616
export interface ComponentCustomProperties {
1717
$inertia: typeof router
1818
$page: Page

0 commit comments

Comments
 (0)