refactor: replace lodash with lodash-es

This commit is contained in:
Aqr-K
2025-02-24 19:49:10 +08:00
parent 721d4f7685
commit 5618d87e58
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { debounce } from 'lodash'
import { debounce } from 'lodash-es'
import { VForm } from 'vuetify/components/VForm'
import { useAuthStore, useUserStore } from '@/stores'
import { authState, userState } from '@/stores/types'