File: app/components/test-chat/store/mutation-types.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vuex Examples   app/components/test-chat/store/mutation-types.js   Download  
File: app/components/test-chat/store/mutation-types.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/store/mutation-types.js
Date: 2 years ago
Size: 168 bytes
 

Contents

Class file image Download
define([], function () { return { SWITCH_THREAD: 'SWITCH_THREAD', RECEIVE_ALL: 'RECEIVE_ALL', RECEIVE_MESSAGE: 'RECEIVE_MESSAGE' }; });