Vuex store init

This commit is contained in:
2020-12-17 13:42:06 +01:00
parent ea89471cc0
commit 7d60872823

7
store/index.js Normal file
View File

@@ -0,0 +1,7 @@
export const state = () => ({});
export const mutations = {};
export const actions = {};
export const getters = {};