mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
time picker out of labs
This commit is contained in:
@@ -43,11 +43,8 @@
|
||||
|
||||
import {onMounted, PropType, ref} from "vue";
|
||||
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 {useModelEditorFunctions} from "@/composables/useModelEditorFunctions";
|
||||
import {DateTime} from "luxon";
|
||||
|
||||
|
||||
const props = defineProps({
|
||||
item: {type: {} as PropType<MealType>, required: false, default: null},
|
||||
|
||||
Reference in New Issue
Block a user