1 parent a62e85e commit eeb3716Copy full SHA for eeb3716
1 file changed
chat/chat.html
@@ -27,10 +27,10 @@
27
async function init({mod}){
28
debug('ready');
29
chat = mod['chat-room'];
30
- //input = mod['chat-room-tmp'];
+ input = mod['chat-room-tmp'];
31
log = mod['log-mod'];
32
33
- //chat.initmod({input});
+ chat.initmod({input});
34
35
await mod.auto();
36
@@ -129,6 +129,9 @@ <h4 slot=version>
129
130
131
<chat-room component=grp_root server='' room=main>
132
+ <!--
133
+ <chat-room-tmp component=parent></chat-room-tmp>
134
+ -->
135
</chat-room>
136
137
0 commit comments