将lodash改成lodash-es

This commit is contained in:
2026-06-03 15:32:36 +08:00
parent d8f866a650
commit 9935a384a7

View File

@@ -768,7 +768,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
import { Search } from "@element-plus/icons-vue";
import { nextTick, onMounted, onUnmounted, ref, watch, computed } from "vue";
import useTagsViewStore from "@/store/modules/tagsView";
import { isEqual } from "lodash";
import { isEqual } from "lodash-es";
import templateJson from "./components/templateJson.json";
import {hiprint} from "vue-plugin-hiprint";