blob: 7f5b89c73b493e8a5fdfbc3f18c7ae96068fffae [file] [log] [blame]
2081595154f846f912025-06-04 17:35:21 +08001import { createStore } from 'vuex'
2
3export default createStore({
4 state: {
5 },
6 getters: {
7 },
8 mutations: {
9 },
10 actions: {
11 },
12 modules: {
13 }
14})