File: app/components/test-chat/components/message/message.html

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vuex Examples   app/components/test-chat/components/message/message.html   Download  
File: app/components/test-chat/components/message/message.html
Role: Auxiliary data
Content type: text/plain
Description: Template
Class: Vuex Examples
Example apps using Vuex state management pattern
Author: By
Last change: Update of app/components/test-chat/components/message/message.html
Date: 2 years ago
Size: 238 bytes
 

Contents

Class file image Download
<li class="message-list-item"> <h5 class="message-author-name">{{ message.authorName }}</h5> <div class="message-time"> {{ message.timestamp | time }} </div> <div class="message-text">{{ message.text }}</div> </li>