Skip to content

Commit 8be9c7b

Browse files
author
hubert
committed
perf: remove VUE_ASYNC_MODULE_LOADER on window
1 parent dbe4c7d commit 8be9c7b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/module-loader/src/sub/types.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
import { App, Vue2 } from 'vue-demi';
22
import { RegisterProperties } from '../types';
33

4-
declare global {
5-
interface Window {
6-
// 通过子模块加载
7-
VUE_ASYNC_MODULE_LOADER?: true;
8-
}
9-
}
10-
114
/**
125
* Bootstrap根据 activeRule 仅在第一次加载时调用
136
*/

0 commit comments

Comments
 (0)