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
@@ -5,7 +5,7 @@ import emby_image from '@images/logos/emby.png'
import jellyfin_image from '@images/logos/jellyfin.png'
import plex_image from '@images/logos/plex.png'
import api from '@/api'
import { cloneDeep } from 'lodash'
import { cloneDeep } from 'lodash-es'
// 定义输入
const props = defineProps({