Skip to content

Commit

Permalink
perf: remove VUE_ASYNC_MODULE_LOADER on window
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert committed Dec 27, 2024
1 parent dbe4c7d commit 8be9c7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/module-loader/src/sub/types.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { App, Vue2 } from 'vue-demi';
import { RegisterProperties } from '../types';

declare global {
interface Window {
// 通过子模块加载
VUE_ASYNC_MODULE_LOADER?: true;
}
}

/**
* Bootstrap根据 activeRule 仅在第一次加载时调用
*/
Expand Down

0 comments on commit 8be9c7b

Please sign in to comment.