14nrv/buefy-shop

View on GitHub
store/modules/checkout/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import state from './state'
import getters from './getters'
import mutations from './mutations'
import actions from './actions'

export default {
  namespaced: true,
  state,
  getters,
  mutations,
  actions
}