@micro-zoe/micro-app 1.0.0-beta.7 → 1.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micro-zoe/micro-app",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-rc.0",
4
4
  "description": "A lightweight, efficient and powerful micro front-end framework",
5
5
  "private": false,
6
6
  "main": "lib/index.min.js",
@@ -354,6 +354,7 @@ declare module '@micro-app/types' {
354
354
  // MicroApp config
355
355
  interface MicroAppBaseType {
356
356
  tagName: string
357
+ hasInit: boolean
357
358
  options: OptionsType
358
359
  preFetch(apps: prefetchParamList): void
359
360
  router: Router // eslint-disable-line