@xingtukeji/micro 1.0.5 → 1.0.7

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.
@@ -13,4 +13,3 @@ export declare function syncUrlToWindow(): void;
13
13
  /**
14
14
  * 同步主应用路由到子应用
15
15
  */
16
- export declare function syncUrlToIframe(iframeWindow: Window): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xingtukeji/micro",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/index.js",
@@ -1,6 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- appId: StringConstructor;
3
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
4
- appId: StringConstructor;
5
- }>>, {}, {}>;
6
- export default _default;