X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FChat.vue;h=7eeba5ac77b6ea22e29bc58d5d1e1df0a50634d8;hp=cbfb80597a9cc61ac2405705fb6d5bf2b217cc24;hb=ac8f441c6441d827b43aabeb812cb4c79e9ee96b;hpb=dcd68c4108412f45b8ce119ae80ce8f6e296800b diff --git a/client/src/components/Chat.vue b/client/src/components/Chat.vue index cbfb8059..7eeba5ac 100644 --- a/client/src/components/Chat.vue +++ b/client/src/components/Chat.vue @@ -3,10 +3,10 @@ div input#inputChat(type="text" :placeholder="st.tr['Type here']" @keyup.enter="sendChat") button#sendChatBtn(@click="sendChat") {{ st.tr["Send"] }} - p(v-for="chat in pastChats" :class="classObject(chat)" - v-html="chat.name + ': ' + chat.msg") p(v-for="chat in chats" :class="classObject(chat)" v-html="chat.name + ': ' + chat.msg") + p(v-for="chat in pastChats" :class="classObject(chat)" + v-html="chat.name + ': ' + chat.msg")