doesangueorg/doesangue-webapp

View on GitHub
src/store/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import Vue from 'vue'
import Vuex from 'vuex'

import { state, getters, mutations, actions } from './auth'

Vue.use(Vuex)

export default new Vuex.Store({ state, getters, mutations, actions })