vuex-grace-action
v1.0.1
Published
``` const actions = { // increment({ state, commit }) { // commit('INCREMENT') // }, increment: createAction('INCREMENT'), }
Downloads
2
Readme
use
createAction
const actions = {
// increment({ state, commit }) {
// commit('INCREMENT')
// },
increment: createAction('INCREMENT'),
}
createActionStatus
const actions = {
// increment({ state, commit }) {
// commit('INCREMENT')
// },
increment: createActionStatus('INCREMENT'),
}