|
@ -13,6 +13,7 @@ const state = { |
|
|
const mutations = { |
|
|
const mutations = { |
|
|
updateWhere(state, where) { |
|
|
updateWhere(state, where) { |
|
|
state.where = where |
|
|
state.where = where |
|
|
|
|
|
window.localStorage.setItem('mensa_where', where) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
updateWhen(state, when) { |
|
|
updateWhen(state, when) { |
|
|