mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Restrukturyzacja pobierania danych, zmiany w wyglądzie
This commit is contained in:
+5
-6
@@ -1,13 +1,12 @@
|
||||
import Vue from "vue";
|
||||
import Vuex from "vuex";
|
||||
import Vue from 'vue';
|
||||
import Vuex from 'vuex';
|
||||
|
||||
import Store from '@/store/store';
|
||||
|
||||
import StationsModule from "@/store/modules/stationsModule";
|
||||
import TrainsModule from "@/store/modules/trainsModule";
|
||||
Vue.use(Vuex);
|
||||
const store = new Vuex.Store({
|
||||
modules: {
|
||||
StationsModule,
|
||||
TrainsModule,
|
||||
Store,
|
||||
},
|
||||
});
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user