fix the merge
This commit is contained in:
parent
2f43930bd8
commit
bfee56564c
1 changed files with 4 additions and 2 deletions
|
@ -71,6 +71,8 @@ const store = new Vuex.Store({
|
|||
|
||||
export default store;
|
||||
|
||||
store.dispatch('loadEvents').then(() =>
|
||||
store.dispatch('loadEventItems')
|
||||
store.dispatch('loadEvents').then(() =>{
|
||||
store.dispatch('loadEventItems');
|
||||
store.dispatch('loadBoxes');
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue