We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a32eb3 commit da476dbCopy full SHA for da476db
resources/js/types/globals.d.ts
@@ -17,7 +17,7 @@ declare module '@inertiajs/core' {
17
interface PageProps extends InertiaPageProps, AppPageProps {}
18
}
19
20
-declare module '@vue/runtime-core' {
+declare module 'vue' {
21
interface ComponentCustomProperties {
22
$inertia: typeof Router;
23
$page: Page;
resources/js/types/ziggy.d.ts
@@ -4,7 +4,7 @@ declare global {
4
let route: typeof route;
5
6
7
8
9
route: typeof route;
10
0 commit comments