mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Dodanie funkcjonalności aktywnych rj dla stacji (W.I.P.)
This commit is contained in:
+12
-9
@@ -1,10 +1,13 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
import Store from '@/store/modules/store'
|
||||
Vue.use(Vuex)
|
||||
import Vue from "vue";
|
||||
import Vuex from "vuex";
|
||||
|
||||
import Store from "@/store/modules/store";
|
||||
import TrainsModule from "@/store/modules/trains";
|
||||
Vue.use(Vuex);
|
||||
const store = new Vuex.Store({
|
||||
modules: {
|
||||
Store
|
||||
}
|
||||
})
|
||||
export default store
|
||||
modules: {
|
||||
Store,
|
||||
TrainsModule,
|
||||
},
|
||||
});
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user