Skip to content

Commit eedecdc

Browse files
save file
1 parent 5ee1dc6 commit eedecdc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
2+
13
<html>
24
<head>
35
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
46
<script>
5-
7+
68
async function init(){
7-
9+
810
var editor = mod['web-editor'];
911
editor.initmod({});
1012
await editor.init();
@@ -24,4 +26,5 @@ <h3>
2426
</web-editor>
2527

2628
</body>
27-
</html>
29+
</html>
30+

0 commit comments

Comments
 (0)