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
@@ -7,7 +7,7 @@ import synologychat_image from '@images/logos/synologychat.png'
import slack_image from '@images/logos/slack.webp'
import chrome_image from '@images/logos/chrome.png'
import { useToast } from 'vue-toast-notification'
import { cloneDeep } from 'lodash'
import { cloneDeep } from 'lodash-es'
// 定义输入
const props = defineProps({