mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Reorganizacja modułów, naprawa synchronizacji stacji
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
||||
import Vue from "vue";
|
||||
import Vuex from "vuex";
|
||||
|
||||
import Store from "@/store/modules/store";
|
||||
import TrainsModule from "@/store/modules/trains";
|
||||
import StationsModule from "@/store/modules/stationsModule";
|
||||
import TrainsModule from "@/store/modules/trainsModule";
|
||||
Vue.use(Vuex);
|
||||
const store = new Vuex.Store({
|
||||
modules: {
|
||||
Store,
|
||||
StationsModule,
|
||||
TrainsModule,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user