Skip to content

Commit 41edbda

Browse files
save file
1 parent d4de85e commit 41edbda

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,18 @@
4141
home
4242
</a>
4343

44-
44+
<!--
4545
<top-menu v2.0 component=parent parent=html-components-hdr></top-menu>
46+
-->
4647

4748

49+
</div>
50+
51+
<div class=item>
52+
<a id=list class=item-label href='/html-components/html-components-list/html-components-list.html'>
53+
list
54+
</a>
55+
4856
</div>
4957

5058
<slot></slot>
@@ -90,11 +98,13 @@
9098

9199
obj.init = async function(){
92100

101+
/*
93102
top = mod['top-menu']
94103
95104
top.initmod({$,menu});
96105
97106
await top.init();
107+
*/
98108

99109

100110
}//init
@@ -107,7 +117,7 @@
107117

108118
var shadow = host.shadowRoot;
109119

110-
top.initdom(shadow);
120+
//top.initdom(shadow);
111121

112122

113123
}//initdom

0 commit comments

Comments
 (0)