dep: lodash -> lodash-es

This commit is contained in:
2022-08-21 18:14:36 +09:00
parent b517000650
commit 78a9641c14
51 changed files with 79 additions and 49 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ import { mb_strwidth } from "@/util/mb_strwidth";
import { parseTime } from "@/util/parseTime";
import type { StoredActionsHelper } from "@/util/StoredActionsHelper";
import addMinutes from "date-fns/esm/addMinutes/index";
import { range } from "lodash";
import { range } from "lodash-es";
import { inject, onMounted, ref, type PropType } from "vue";
import VueTypes from "vue-types";
import DragSelect from "@/components/DragSelect.vue";