Skip to content

Commit 07ba957

Browse files
save file
1 parent eb46988 commit 07ba957

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/editors/js-console/v2.0/js-console-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
publish = mod['publish-ui'];
7676
editor = mod['web-editor'];
7777
output = mod['output-console']
78-
log = mod.log;
78+
log = mod['log-mod'];
79+
7980

8081
menu.initmod({keydown});
8182

@@ -280,7 +281,7 @@
280281
</div>
281282

282283

283-
<log component v2.0></log>
284+
<log-mod component></log-mod>
284285

285286

286287

0 commit comments

Comments
 (0)