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

manage-data pages

This commit is contained in:
Kuchenpirat 2024-01-31 10:33:05 +00:00
parent 02997cd36e
commit 19e776a772
10 changed files with 32 additions and 14 deletions

View file

@ -218,6 +218,7 @@ import { VForm } from "~/types/vuetify";
export default defineComponent({
components: { RecipeDataAliasManagerDialog },
middleware: ["auth", "can-organize-only"],
setup() {
const userApi = useUserApi();
const { i18n } = useContext();