mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/137-project-upgrade-update-1A' into vapor/test
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user