Merge branch 'dillon/137-project-upgrade-update-1A' into vapor/test

This commit is contained in:
Dillon Ngo
2026-07-04 20:28:41 +08:00
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export { };
declare global {
interface Window {
route: any;
Vapor: any;
Vapor: import('laravel-vapor').Vapor;
pusher_key?: string;
pusher?: any;
LARAVEL_VAPOR_ENABLED?: boolean;
-8
View File
@@ -1,14 +1,6 @@
import 'vue';
import '@vue/runtime-dom';
declare global {
interface Window {
Vapor: {
asset(path: string): string;
};
}
}
declare module 'vue' {
interface ComponentCustomProperties {
asset(path: string): string;