Skip to content

Commit e16f00d

Browse files
save file
1 parent eb61e78 commit e16f00d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

html-components/html/html-components-hdr/v2.0/html-components-hdr-v2.0.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
<html-components-hdr>
3+
<html-components-hdr v2.0>
44

55
<template shadowrootmode=open>
66

@@ -42,7 +42,7 @@
4242
</a>
4343

4444

45-
<top-menu component=page></top-menu>
45+
<top-menu component=parent parent=html-components-hdr></top-menu>
4646

4747

4848
</div>
@@ -90,11 +90,11 @@
9090

9191
obj.init = async function(){
9292

93-
//top = mod['top-menu']
93+
top = mod['top-menu']
9494

95-
//top.initmod({$,menu});
95+
top.initmod({$,menu});
9696

97-
//await top.init();
97+
await top.init();
9898

9999

100100
}//init
@@ -107,7 +107,7 @@
107107

108108
var shadow = host.shadowRoot;
109109

110-
//top.initdom(shadow);
110+
top.initdom(shadow);
111111

112112

113113
}//initdom

0 commit comments

Comments
 (0)