Skip to content

Commit db7dd7b

Browse files
authored
fix: fix build error caused by lodash-es (#227)
1 parent 6ecd4f1 commit db7dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devui-vue/devui/drawer/src/drawer-service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createApp } from 'vue'
22
import { DrawerProps } from './drawer-types'
33

44
import DDrawer from './drawer'
5-
import { omit } from 'lodash-es'
5+
import { omit } from 'lodash'
66

77
interface drawerInstance {
88
hide(): void

0 commit comments

Comments
 (0)