1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 12:05:21 +02:00

add shopping lists

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

View file

@ -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();