mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 00:28:22 -05:00
time picker out of labs
This commit is contained in:
@@ -43,11 +43,8 @@
|
|||||||
|
|
||||||
import {onMounted, PropType, ref} from "vue";
|
import {onMounted, PropType, ref} from "vue";
|
||||||
import {MealType} from "@/openapi";
|
import {MealType} from "@/openapi";
|
||||||
import {VTimePicker} from 'vuetify/labs/VTimePicker'; // TODO remove once out of labs
|
|
||||||
import ModelEditorBase from "@/components/model_editors/ModelEditorBase.vue";
|
import ModelEditorBase from "@/components/model_editors/ModelEditorBase.vue";
|
||||||
import {useModelEditorFunctions} from "@/composables/useModelEditorFunctions";
|
import {useModelEditorFunctions} from "@/composables/useModelEditorFunctions";
|
||||||
import {DateTime} from "luxon";
|
|
||||||
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
item: {type: {} as PropType<MealType>, required: false, default: null},
|
item: {type: {} as PropType<MealType>, required: false, default: null},
|
||||||
|
|||||||
Reference in New Issue
Block a user