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