donal
2018-03-20 998a461896346b67d77e797e22e73ce2f8fb83ae
1
2
3
4
5
6
7
8
9
10
import Vue from "vue";
import Vuex from "vuex";
 
Vue.use(Vuex);
 
export default new Vuex.Store({
  state: {},
  mutations: {},
  actions: {}
});