Skip to content

Commit 40bca69

Browse files
save file
1 parent b3f893a commit 40bca69

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

html-components/list/html/page-html/v1.0/page-html-v1.0.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@
3333
});
3434
md.use(markdownItAttrs,{leftDelimiter:'{',rightDelimiter:'}',allowedAttributes:['id','class',/^data-.*$/]});
3535

36-
debugger;
37-
console.log('mod',mod);
36+
var mod2 = mod.child.find(o=>o.name=='page-html');
3837

39-
dirtree = mod['dir-tree'];
38+
dirtree = mod2['dir-tree'];
4039
console.log('dirtree',dirtree);
41-
snippet = mod['snippet-html-console'];
40+
snippet = mod2['snippet-html-console'];
4241
console.log('snippet',snippet);
43-
editor = mod['web-editor'];
44-
log = mod['log-mod'];
42+
editor = mod2['web-editor'];
43+
log = mod2['log-mod'];
4544

4645

4746
await Promise.all([

0 commit comments

Comments
 (0)