Skip to content

Commit 96f8f67

Browse files
save file
1 parent 8e0a4c4 commit 96f8f67

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

utils/misc/stackblitz/stackblitz.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,36 @@
6262
debug('init',version);
6363
hdr = mod['misc-hdr'];
6464

65+
6566
await initdom();
6667

68+
6769
hdr.complete();
6870

6971

7072
}//ready
7173

7274

75+
(async()=>{
76+
77+
mod.stack.add;
78+
79+
({ext} = await import('https://libs.ext-code.com/js/io/ext-loader/ext-loader.m.js'));
80+
81+
var promise = ext.load.libs(
82+
'js/dom/viewport-manager/v1.0.0/viewport-manager.js.api',
83+
);
84+
[vm] = await promise;
85+
86+
vm = vm();
87+
vm.initmod({mod});
88+
await vm.init();
89+
mod.base.add({vm});
90+
91+
mod.stack.complete;
92+
93+
})();
94+
7395
</script>
7496

7597

@@ -154,7 +176,9 @@
154176

155177
async function initdom(){
156178

157-
179+
await vm.initdom();
180+
181+
158182
}//initdom
159183

160184

0 commit comments

Comments
 (0)