Skip to content

Commit 8a7c441

Browse files
save file
1 parent 798c045 commit 8a7c441

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

html-components/ex/log-ex.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
3+
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
4+
5+
6+
<script init>
7+
8+
var log;
9+
10+
async function init(){
11+
12+
13+
log = mod['log-mod'];
14+
15+
log.initmod({});
16+
17+
await log.init();
18+
19+
20+
}//init
21+
22+
23+
function initdom(){
24+
25+
log.initdom();
26+
log.green('helloworld');
27+
28+
29+
}//initdom
30+
31+
32+
</script>
33+
34+
35+

0 commit comments

Comments
 (0)