Added About Page
This commit is contained in:
8
resources/js/types/globals.d.ts
vendored
8
resources/js/types/globals.d.ts
vendored
@@ -1,5 +1,13 @@
|
||||
import { AppPageProps } from '@/types/index';
|
||||
// resources/js/types/inertia.d.ts
|
||||
import { Page } from '@inertiajs/core';
|
||||
import { ComponentCustomProperties } from 'vue';
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$page: Page<any>;
|
||||
}
|
||||
}
|
||||
// Extend ImportMeta interface for Vite...
|
||||
declare module 'vite/client' {
|
||||
interface ImportMetaEnv {
|
||||
|
||||
Reference in New Issue
Block a user