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

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

Contents

Class file image Download
define([ 'text!app/components/test-chat/components/message/message.html' ], function (template) { // Create component object var ChatMessage = { name: 'ChatMessage', template: template, props: { message: Object } }; return ChatMessage; });