Skip to content

Commit 0a9bff5

Browse files
save file
1 parent 6be10d5 commit 0a9bff5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
await editor.init();
1313
editor.initdom();
1414

15+
var host = document.querySelector('web-editor');
16+
console.log('mod',host.__mod);
17+
console.log('obj',host.__obj);
18+
1519
}//init
1620

1721
</script>

0 commit comments

Comments
 (0)