Replace lodash-es with es-toolkit across codebase (#7896)

This commit is contained in:
Ryan Wang
2025-11-05 11:08:57 +08:00
committed by GitHub
parent fc475f6bf9
commit 150db051f8
42 changed files with 58 additions and 51 deletions

View File

@@ -5,7 +5,7 @@ import { setFocus } from "@/formkit/utils/focus";
import type { Menu, MenuItem, Ref } from "@halo-dev/api-client";
import { coreApiClient } from "@halo-dev/api-client";
import { Toast, VButton, VModal, VSpace } from "@halo-dev/components";
import { cloneDeep } from "lodash-es";
import { cloneDeep } from "es-toolkit";
import { computed, nextTick, onMounted, ref } from "vue";
import { useI18n } from "vue-i18n";