diff --git a/src/App.vue b/src/App.vue index decfebf..cc8e63e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -81,6 +81,10 @@ export default { } }, created () { + this.$store.dispatch('loadMeals', { + when: this.when, + where: this.where + }) let vm = this document.onkeydown = (evt) => { evt = evt || window.event