We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798c045 commit 8a7c441Copy full SHA for 8a7c441
html-components/ex/log-ex.html
@@ -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