X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FChat.vue;h=65e0dcb05e81077b803c30771dd92ef368bd0b32;hb=b1ea21493a31105d17cd600ff1d26ee6fd9e3f6f;hp=18ce6fa959ddd505f92595ddae72d012548a6f9c;hpb=41c80bb63b85b2696d3925c10784c3d7bb5d2aa3;p=vchess.git diff --git a/client/src/components/Chat.vue b/client/src/components/Chat.vue index 18ce6fa9..65e0dcb0 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")