feat: fix lodash import

This commit is contained in:
MoreStrive
2024-06-28 16:41:36 +07:00
parent 26e4a289d7
commit 40622caf61
8 changed files with 8 additions and 8 deletions
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { enumPageComponentTemplates } from "@/definitions/enum";
import { DEFAULT_QUERY_DROP } from "@/utils/parseSQL";
import { isEmpty } from "lodash";
import { isEmpty } from "@/utils/lodash";
const emit = defineEmits(["dropData", "selectComponent"]);
import { getInputValue } from "@/utils/parseSQL";