Skip to content

Commit c7e19e5

Browse files
save file
1 parent 9aa4d4d commit c7e19e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
home
4242
</a>
4343

44+
<!--
4445
<top-menu component=parent parent=html-components-hdr></top-menu>
46+
-->
4547

4648
</div>
4749

@@ -88,11 +90,11 @@
8890

8991
obj.init = async function(){
9092

91-
top = mod['top-menu']
93+
//top = mod['top-menu']
9294

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

95-
await top.init();
97+
//await top.init();
9698

9799

98100
}//init
@@ -105,7 +107,7 @@
105107

106108
var shadow = host.shadowRoot;
107109

108-
top.initdom(shadow);
110+
//top.initdom(shadow);
109111

110112

111113
}//initdom

0 commit comments

Comments
 (0)