Skip to content

Commit 94d87de

Browse files
save file
1 parent cb000a7 commit 94d87de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-components/ex/web-console-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<script src='https://libs.ext-code.com/js/dom/component/component.js?init'></script>
44

5-
<web-console component id=console-1></web-console>
5+
<web-console component></web-console>
66

77
<script>
88

99
function start(){
1010

11-
mod['console-1'].log({hello:'world'});
11+
mod['web-console'].log({hello:'world'});
1212

1313
}//start
1414

0 commit comments

Comments
 (0)