1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

basic working shopping list store

This commit is contained in:
vabene1111
2023-12-22 13:12:28 +01:00
parent f65597c391
commit ddf9ef11a0
2 changed files with 127 additions and 0 deletions

View File

@@ -631,6 +631,7 @@ Vue.use(VueCookies)
let SETTINGS_COOKIE_NAME = "shopping_settings"
import {Workbox} from 'workbox-window';
import BottomNavigationBar from "@/components/BottomNavigationBar.vue";
import {useShoppingListStore} from "@/stores/ShoppingListStore";
export default {
name: "ShoppingListView",
@@ -920,6 +921,9 @@ export default {
}
})
this.$i18n.locale = window.CUSTOM_LOCALE
let store = useShoppingListStore()
store.refreshFromAPI()
},
methods: {
/**