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