Skip to content

Commit b2e041a

Browse files
save file
1 parent 70dfcf0 commit b2e041a

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11

22

3-
<script src='https://libs.ext-code.com/js/dom/component/component.js?init'></script>
4-
5-
<web-console component></web-console>
6-
7-
<script>
8-
9-
function ready(){
10-
11-
mod['web-console'].log({hello:'world'});
3+
<script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js?hdr'></script>
4+
5+
<web-console component></web-console>
6+
7+
<script>
8+
9+
function ready(){
1210

13-
}//ready
14-
15-
</script>
16-
11+
mod['web-console'].log({hello:'world'});
12+
13+
}//ready
14+
15+
</script>
16+
17+

0 commit comments

Comments
 (0)