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

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

Contents

Class file image Download
define([], function () { return { ADD_TO_CART: 'ADD_TO_CART', CHECKOUT_REQUEST: 'CHECKOUT_REQUEST', CHECKOUT_SUCCESS: 'CHECKOUT_SUCCESS', CHECKOUT_FAILURE: 'CHECKOUT_FAILURE', RECEIVE_PRODUCTS: 'RECEIVE_PRODUCTS' }; });