mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
lots of work on shopping store
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
<template v-for="category in useShoppingStore().getEntriesByGroup">
|
||||
<v-list-subheader>{{ category.name }}</v-list-subheader>
|
||||
{{category.stats}}
|
||||
<v-divider></v-divider>
|
||||
|
||||
<template v-for="item in category.foods">
|
||||
@@ -50,8 +51,6 @@ import {useShoppingStore} from "@/stores/ShoppingStore";
|
||||
|
||||
const currentTab = ref("shopping")
|
||||
|
||||
const shoppingStore = useShoppingStore()
|
||||
|
||||
useShoppingStore().refreshFromAPI()
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user