Skip to content

Commit 892c369

Browse files
save file
1 parent 30d78f0 commit 892c369

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/25-08-27/webcontainer-server/webcontainer-server.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979

8080
ex = mod.ex;
81-
log = mod.log;
81+
log = mod['log-mod'];
8282

8383
ex.initmod({ext,$,menu,ace});
8484
log.initmod({ext,$});
@@ -181,7 +181,7 @@
181181

182182
<body>
183183

184-
<blog-hdr component=grp1 v2.0>
184+
<blog-hdr component=grp1>
185185
<h1 class=title>
186186
WebContainer Server
187187
</h1>
@@ -200,10 +200,10 @@ <h1 class=title>
200200

201201
</div>
202202

203-
<snippet-html-console id=ex component v2.0 src='ex/ex.html' api></snippet-html-console>
203+
<snippet-html-console id=ex src='ex/ex.html' component></snippet-html-console>
204204

205205

206-
<log component v2.0></log>
206+
<log-mod component></log-mod>
207207

208208

209209
</body>

0 commit comments

Comments
 (0)