diff --git a/examples/main/index.js b/examples/main/index.js index eecdacc..8dcfe9d 100644 --- a/examples/main/index.js +++ b/examples/main/index.js @@ -1,9 +1,7 @@ +import 'zone.js'; // for angular subapp import { registerMicroApps, runAfterFirstMounted, setDefaultMountApp, start, initGlobalState } from '../../es'; import './index.less'; -// for angular subapp -import 'zone.js'; - /** * 主应用 **可以使用任意技术栈** * 以下分别是 React 和 Vue 的示例,可切换尝试