@ -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