add shopping lists

This commit is contained in:
Kuchenpirat 2024-02-02 16:00:18 +00:00
commit e75b5f2f15
2 changed files with 2 additions and 0 deletions

View file

@ -235,6 +235,7 @@ export default defineComponent({
RecipeList,
ShoppingListItemEditor,
},
middleware: "auth",
setup() {
const { $auth, i18n } = useContext();
const preferences = useShoppingListPreferences();