Skip to content
Snippets Groups Projects
Commit 3482f28a authored by fibasile's avatar fibasile
Browse files

added new stores

parent c5c2a25c
No related branches found
No related tags found
No related merge requests found
/*
export function someGetter (state) {
}
*/
import state from './state'
import * as getters from './getters'
import * as mutations from './mutations'
import * as actions from './actions'
export default {
namespaced: true,
state,
getters,
mutations,
actions
}
/*
export function someMutation (state) {
}
*/
export default {
//
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment