mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [dialog] consistent imports of lodash
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from 'vue'
|
||||
import { useTimeoutFn } from '@vueuse/core'
|
||||
|
||||
import { isUndefined } from 'lodash'
|
||||
import { isUndefined } from 'lodash-unified'
|
||||
import {
|
||||
defaultNamespace,
|
||||
useId,
|
||||
|
||||
Reference in New Issue
Block a user