Skip to content

Commit d6897da

Browse files
save file
1 parent 738f8b6 commit d6897da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/25-08-31/simple-browser-rollup-example/simple-browser-rollup-example.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
rollup = mod.rollup;
8282
test = mod.test;
83-
log = mod.log;
83+
log = mod['log-mod'];
8484

8585
rollup.initmod({ext,$,ace,menu});
8686
test.initmod({ext,$,ace,menu});
@@ -195,7 +195,7 @@
195195
<body>
196196

197197

198-
<blog-hdr component=grp1 v2.0>
198+
<blog-hdr component=grp1>
199199
<h1 class=title>
200200
simple browser rollup example
201201
</h1>
@@ -226,18 +226,18 @@ <h1 class=title>
226226
</div>
227227

228228

229-
<snippet-html-console id=rollup component v2.0 src='ex/webcontainer-rollup.html'></snippet-html-console>
229+
<snippet-html-console id=rollup src='ex/webcontainer-rollup.html' component></snippet-html-console>
230230

231231

232232
<div>
233233
if you download the espree.m.js code and host it on a local server, you can use the following the code to test it
234234
</div>
235235

236236

237-
<snippet-html-console id=test component v2.0 src='ex/test.html'></snippet-html-console>
237+
<snippet-html-console id=test src='ex/test.html' component></snippet-html-console>
238238

239239

240-
<log component v2.0></log>
240+
<log-mod component></log-mod>
241241

242242

243243
</body>

0 commit comments

Comments
 (0)