mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started a store
This commit is contained in:
12
frontend/store.js
Normal file
12
frontend/store.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Vue from 'vue';
|
||||
import Vuex from 'vuex';
|
||||
|
||||
import playerModule from '@/modules/playerModule';
|
||||
|
||||
Vue.use(Vuex);
|
||||
|
||||
const store = new Vuex.Store({
|
||||
modules: {
|
||||
playerModule
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user