fix(components): [dialog] consistent imports of lodash

This commit is contained in:
Jungzl
2023-10-30 13:01:08 +08:00
committed by GitHub
parent fd5fc8e855
commit b2e26e3828

View File

@@ -8,7 +8,7 @@ import {
} from 'vue'
import { useTimeoutFn } from '@vueuse/core'
import { isUndefined } from 'lodash'
import { isUndefined } from 'lodash-unified'
import {
defaultNamespace,
useId,