index.js 157 B

1234567891011121314
  1. import { createStore } from 'vuex'
  2. export default createStore({
  3. state: {
  4. },
  5. getters: {
  6. },
  7. mutations: {
  8. },
  9. actions: {
  10. },
  11. modules: {
  12. }
  13. })