1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

fix(frontend): 🐛 add sortablejs types

This commit is contained in:
hay-kot 2021-09-14 12:36:46 -08:00
parent 58f758b6c1
commit c0e3f04c23
3 changed files with 7 additions and 1 deletions

View file

@ -94,7 +94,7 @@
<script lang="ts">
import { computed, defineComponent, reactive, toRefs } from "@nuxtjs/composition-api";
import { isSameDay, addDays, subDays, parseISO, format } from "date-fns";
import { SortableEvent } from "sortablejs"; // eslint-disable-line
import { SortableEvent } from "sortablejs";
import draggable from "vuedraggable";
import { useMealplans } from "~/composables/use-group-mealplan";
import { useRecipes, allRecipes } from "~/composables/use-recipes";