fix(lock): automatic screen lock does not work

This commit is contained in:
vben
2021-05-25 22:35:32 +08:00
parent 785732f438
commit d5b768929e
6 changed files with 92 additions and 93 deletions

8
types/global.d.ts vendored
View File

@@ -16,10 +16,10 @@ declare global {
};
lastBuildTime: string;
};
declare interface Window {
// Global vue app instance
__APP__: App<Element>;
}
// declare interface Window {
// // Global vue app instance
// __APP__: App<Element>;
// }
// vue
declare type PropType<T> = VuePropType<T>;