forked from DebaucheryLibrarian/traxxx
Added network page and sites back-end. Split release tiles into own component.
This commit is contained in:
@@ -3,6 +3,7 @@ import Vuex from 'vuex';
|
||||
|
||||
import initAuthStore from './auth/auth';
|
||||
import initReleasesStore from './releases/releases';
|
||||
import initNetworksStore from './networks/networks';
|
||||
|
||||
function initStore(router) {
|
||||
Vue.use(Vuex);
|
||||
@@ -11,6 +12,7 @@ function initStore(router) {
|
||||
|
||||
store.registerModule('auth', initAuthStore(store, router));
|
||||
store.registerModule('releases', initReleasesStore(store, router));
|
||||
store.registerModule('networks', initNetworksStore(store, router));
|
||||
|
||||
return store;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user