@blueking/bk-weweb 0.0.2 → 0.0.3
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/dist/collect-source.js +3 -0
- package/dist/collect-source.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/typings/typings/sandbox.d.ts +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -220,6 +220,8 @@ const commonFakeWindowKeyMap = {
|
|
|
220
220
|
__VUE_DEVTOOLS_PLUGINS__: true,
|
|
221
221
|
__DEV__: true,
|
|
222
222
|
webpackChunktrace: true,
|
|
223
|
+
webpackChunkpc: true,
|
|
224
|
+
webpackChunkapm: true,
|
|
223
225
|
i18n: true,
|
|
224
226
|
'__core-js_shared__': true,
|
|
225
227
|
};
|
|
@@ -1320,6 +1322,7 @@ class MicroAppModel {
|
|
|
1320
1322
|
this.container = container ?? this.container;
|
|
1321
1323
|
this.state = AppState.MOUNTING;
|
|
1322
1324
|
if (this.container) {
|
|
1325
|
+
debugger;
|
|
1323
1326
|
if (this.container instanceof Element)
|
|
1324
1327
|
this.container.setAttribute(CSS_ATTRIBUTE_KEY, this.name);
|
|
1325
1328
|
const clonedNode = this.source.html.cloneNode(true);
|