mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
wont load by default otherwise
This commit is contained in:
@@ -922,8 +922,8 @@ export default {
|
|||||||
this.$nextTick(function () {
|
this.$nextTick(function () {
|
||||||
if (this.$cookies.isKey(SETTINGS_COOKIE_NAME)) {
|
if (this.$cookies.isKey(SETTINGS_COOKIE_NAME)) {
|
||||||
this.entry_mode_simple = this.$cookies.get(SETTINGS_COOKIE_NAME)
|
this.entry_mode_simple = this.$cookies.get(SETTINGS_COOKIE_NAME)
|
||||||
this.selected_supermarket = localStorage.getItem("shopping_v2_selected_supermarket") || undefined
|
|
||||||
}
|
}
|
||||||
|
this.selected_supermarket = localStorage.getItem("shopping_v2_selected_supermarket") || undefined
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user