Skip to content

Commit b531fa9

Browse files
save file
1 parent 78df4dd commit b531fa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

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

13+
var webconsole = document.querySelector('web-console').__obj;
14+
webconsole.log('this works too !');
15+
1316
}//ready
1417

1518
</script>

0 commit comments

Comments
 (0)