mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
add shopping lists
This commit is contained in:
parent
c9acc48bd6
commit
e75b5f2f15
@ -235,6 +235,7 @@ export default defineComponent({
|
||||
RecipeList,
|
||||
ShoppingListItemEditor,
|
||||
},
|
||||
middleware: "auth",
|
||||
setup() {
|
||||
const { $auth, i18n } = useContext();
|
||||
const preferences = useShoppingListPreferences();
|
||||
|
@ -44,6 +44,7 @@ import { useUserApi } from "~/composables/api";
|
||||
import { useAsyncKey } from "~/composables/use-utils";
|
||||
|
||||
export default defineComponent({
|
||||
middleware: "auth",
|
||||
setup() {
|
||||
const { $auth } = useContext();
|
||||
const userApi = useUserApi();
|
||||
|
Loading…
x
Reference in New Issue
Block a user