Skip to content

Commit d9f7815

Browse files
save file
1 parent 61452c3 commit d9f7815

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
4+
<script src='https://libs.ext-code.com/js/dom/init-hdr/init-hdr.js'></script>
5+
6+
<web-console component></web-console>
7+
8+
<script>
9+
10+
async function init(){
11+
12+
webconsole = mod['web-console'];
13+
14+
await mod.auto();
15+
16+
webconsole.log('hello');
17+
18+
}//init
19+
20+
</script>
21+

0 commit comments

Comments
 (0)