1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

added meal type settings to meal plan settings component

This commit is contained in:
vabene1111
2023-09-06 16:27:36 +02:00
parent 1a20c4bef5
commit d33b0d2254
2 changed files with 75 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ import SmallText from "@/components/Modals/SmallText"
import HelpBadge from "@/components/Badges/Help"
import NumberInput from "@/components/Modals/NumberInput.vue";
import TextAreaInput from "@/components/Modals/TextAreaInput.vue";
import ColorInput from "@/components/Modals/ColorInput.vue";
export default {
name: "GenericModalForm",
@@ -71,7 +72,8 @@ export default {
HelpBadge,
DateInput,
NumberInput,
TextAreaInput
TextAreaInput,
ColorInput
},
mixins: [ApiMixin, ToastMixin],
props: {