We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fd507 commit 6da5895Copy full SHA for 6da5895
html/chat-room/html/chat-room-hdr/chat-room-hdr.html
@@ -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