update dependencies and improved/fixed meal plan date picker

This commit is contained in:
vabene1111
2025-04-18 13:13:13 +02:00
parent f576aa34e4
commit d7f37e8293
21 changed files with 632 additions and 732 deletions

View File

@@ -58,7 +58,6 @@
<script setup lang="ts">
import {VNumberInput} from 'vuetify/labs/VNumberInput'
import {onMounted, PropType, ref} from "vue";
import {ApiApi, Recipe, RecipeBook, RecipeBookEntry, User} from "@/openapi";
import {VDataTableUpdateOptions} from "@/vuetify";