CliveNi
2024-04-07 3787efa4d320ec3b939a6b65831f4440703f35d4
1
2
3
4
5
6
7
8
import { createStore } from "vuex";
 
export default createStore({
  state: {},
  mutations: {},
  actions: {},
  modules: {},
});