Skip to content

Commit 78df4dd

Browse files
save file
1 parent 0a9bff5 commit 78df4dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

15+
1516
var host = document.querySelector('web-editor');
16-
console.log('mod',host.__mod);
17-
console.log('obj',host.__obj);
17+
18+
console.log('mod',host.__mod); // mod
19+
console.log('obj',host.__obj); // editor
1820

1921
}//init
2022

0 commit comments

Comments
 (0)