Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import state from './state';
  2. import * as getters from './getters';
  3. import * as mutations from './mutations';
  4. import * as actions from './actions';
  5.  
  6. export default {
  7.   namespaced: true,
  8.   state,
  9.   getters,
  10.   mutations,
  11.   actions,
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement