Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import Vue from 'vue'
  2. import Vuex from 'vuex'
  3.  
  4. Vue.use(Vuex);
  5.  
  6. export const store = new Vuex.Store({
  7. state: {},
  8. getters : {},
  9. mutations: {},
  10. actions : {}
  11. })
Add Comment
Please, Sign In to add comment