Skip to content

Commit eeb3716

Browse files
save file
1 parent a62e85e commit eeb3716

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

chat/chat.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
async function init({mod}){
2828
debug('ready');
2929
chat = mod['chat-room'];
30-
//input = mod['chat-room-tmp'];
30+
input = mod['chat-room-tmp'];
3131
log = mod['log-mod'];
3232

33-
//chat.initmod({input});
33+
chat.initmod({input});
3434

3535
await mod.auto();
3636

@@ -129,6 +129,9 @@ <h4 slot=version>
129129

130130

131131
<chat-room component=grp_root server='' room=main>
132+
<!--
133+
<chat-room-tmp component=parent></chat-room-tmp>
134+
-->
132135
</chat-room>
133136

134137

0 commit comments

Comments
 (0)