dep: lodash를 lodash-es 로 변경
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<script setup lang="ts">
|
||||
import type { GetFrontInfoResponse, GetMenuResponse, MenuItem, MenuMulti, MenuSplit } from "@/defs/API/Global";
|
||||
import { BButton, BDropdown, BDropdownItem, type ButtonVariant } from "bootstrap-vue-3";
|
||||
import { isArray } from "lodash";
|
||||
import { isArray } from "lodash-es";
|
||||
import { computed, toRef } from "vue";
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user