We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291acd2 commit 08adc35Copy full SHA for 08adc35
packages/use-worker/src/hook/useDeepCompareWithTarget.ts
@@ -1,5 +1,5 @@
1
import { computed, ref, WatchSource } from 'vue'
2
-import { isEqual } from 'lodash'
+import isEqual from 'lodash/isEqual'
3
4
export type EffectCallback = () => void
5
export type DependencyList = WatchSource | any[] | any
0 commit comments