Skip to content
Snippets Groups Projects
Commit 6d146395 authored by fibasile's avatar fibasile
Browse files

Scaffold store structure for db

parent 57759f4d
No related branches found
No related tags found
No related merge requests found
Showing
with 108 additions and 0 deletions
/*
export function someAction (context) {
}
*/
/*
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 {
//
}
/*
export function someAction (context) {
}
*/
/*
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 {
//
}
/*
export function someAction (context) {
}
*/
/*
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 {
//
}
/*
export function someAction (context) {
}
*/
/*
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