Skip to content

Commit 08adc35

Browse files
committed
perf: reduce the lodash packing volume
1 parent 291acd2 commit 08adc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-worker/src/hook/useDeepCompareWithTarget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { computed, ref, WatchSource } from 'vue'
2-
import { isEqual } from 'lodash'
2+
import isEqual from 'lodash/isEqual'
33

44
export type EffectCallback = () => void
55
export type DependencyList = WatchSource | any[] | any

0 commit comments

Comments
 (0)