aboutsummaryrefslogtreecommitdiff
path: root/src/store/index.js
blob: af6cee07da42152e15b49a29045db2c152b5d0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { createStore } from 'vuex';

export default createStore({
  state: {
  },
  mutations: {
  },
  actions: {
  },
  modules: {
  },
});