Skip to content

Commit 6da5895

Browse files
save file
1 parent 35fd507 commit 6da5895

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
2+
3+
<chat-room-hdr>
4+
5+
<template shadowrootmode=open>
6+
7+
<style>
8+
</style>
9+
10+
<section id=hdr>
11+
</section>
12+
13+
</template>
14+
15+
<script>
16+
17+
(function({mod,host}){
18+
19+
var obj = {};
20+
21+
var df=true,did='chat-room-hdr';
22+
23+
24+
obj.initmod = function(params){
25+
}//initmod
26+
27+
28+
obj.init = async function(){
29+
}//init
30+
31+
32+
obj.initdom = async function(){
33+
}//initdom
34+
35+
36+
return obj;
37+
38+
//chat-room-hdr
39+
})();
40+
41+
</script>
42+
43+
</chat-room-hdr>
44+
45+
46+

0 commit comments

Comments
 (0)