1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

fixed saving page item number in model list

This commit is contained in:
vabene1111
2024-10-08 07:09:43 +02:00
parent 25de4326d2
commit b857c9e4d9
3 changed files with 8 additions and 20 deletions

View File

@@ -25,8 +25,6 @@
<script setup lang="ts">
import FoodEditor from "@/components/model_editors/FoodEditor.vue";
import {onMounted, ref} from "vue";
import {ApiApi, Food} from "@/openapi";
import {useRouter} from "vue-router";
import UnitEditor from "@/components/model_editors/UnitEditor.vue";
import KeywordEditor from "@/components/model_editors/KeywordEditor.vue";