Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 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. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement