mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
MealPlan editor in new editor system
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
<v-row class="h-100">
|
||||
<v-col>
|
||||
<!-- TODO add hint about CTRL key while drag/drop -->
|
||||
<v-btn>
|
||||
|
||||
<model-edit-dialog model="MealPlan"></model-edit-dialog>
|
||||
</v-btn>
|
||||
|
||||
<CalendarView
|
||||
:items="planItems"
|
||||
class="theme-default"
|
||||
@@ -32,6 +37,8 @@ import {computed, onMounted, ref} from "vue";
|
||||
import {DateTime} from "luxon";
|
||||
import {useDisplay} from "vuetify";
|
||||
import {useMealPlanStore} from "@/stores/MealPlanStore";
|
||||
import MealPlanEditor from "@/components/model_editors/MealPlanEditor.vue";
|
||||
import ModelEditDialog from "@/components/dialogs/ModelEditDialog.vue";
|
||||
|
||||
const {lgAndUp} = useDisplay()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user