mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 05:08:03 +00:00
9 lines
143 B
TypeScript
9 lines
143 B
TypeScript
import type { App } from 'vue';
|
|
|
|
declare global {
|
|
declare interface Window {
|
|
// Global vue app instance
|
|
__APP__: App<Element>;
|
|
}
|
|
}
|