Skip to content

Commit e4719e2

Browse files
save file
1 parent 21212ba commit e4719e2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</a>
6161
</div>
6262

63-
<slot></slot>
63+
<slot name=title></slot>
6464

6565
<div class=date>
6666
<slot name=date></slot>
@@ -74,13 +74,13 @@
7474
<script>
7575

7676

77-
(function html_component_hdr({mod,dom,host}){
77+
(function html_component_hdr({mod,host}){
7878

7979
var obj = {
8080
version : 'v2.0',
8181
};
8282

83-
var df=true
83+
var df=true,did='html-component-hdr'
8484
;
8585

8686

@@ -131,7 +131,8 @@
131131

132132
return obj;
133133

134-
})//html_component_hdr
134+
//html_component_hdr
135+
})
135136

136137

137138
</script>

0 commit comments

Comments
 (0)