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,5 +1,5 @@
<script setup lang="ts">
import { isEmpty } from "lodash";
import { isEmpty } from "@/utils/lodash";
import { nanoid } from "nanoid"
import DynamicComponent from "~/components/dynamic-page/page-component/templates/index.vue";
import RecusiveNavItem from "@/components/dynamic-page/page-component/templates/navigations/components/RecusiveNavItem.vue";