create customers store

This commit is contained in:
2017-02-20 14:47:37 -07:00
parent 2cf1144573
commit 07e022a033
2 changed files with 76 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import createPersistedState from 'vuex-persistedstate';
import lz from 'lz-string';
import authentication from './authentication';
import customers from './customers';
Vue.use(Vuex);
@@ -12,6 +13,7 @@ const store = new Vuex.Store({
},
modules: {
authentication,
customers,
},
plugins: [
createPersistedState({