We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe4c7d commit 8be9c7bCopy full SHA for 8be9c7b
packages/module-loader/src/sub/types.ts
@@ -1,13 +1,6 @@
1
import { App, Vue2 } from 'vue-demi';
2
import { RegisterProperties } from '../types';
3
4
-declare global {
5
- interface Window {
6
- // 通过子模块加载
7
- VUE_ASYNC_MODULE_LOADER?: true;
8
- }
9
-}
10
-
11
/**
12
* Bootstrap根据 activeRule 仅在第一次加载时调用
13
*/
0 commit comments