mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-27 06:01:43 +00:00
fix: ensure that the correct components are dynamically imported
This commit is contained in:
1
types/window.d.ts
vendored
1
types/window.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
import type { App } from 'vue';
|
||||
|
||||
declare global {
|
||||
declare const __DYNAMIC_IMPORT__: boolean;
|
||||
declare interface Window {
|
||||
// Global vue app instance
|
||||
__APP__: App<Element>;
|
||||
|
Reference in New Issue
Block a user