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 1389990 commit 3f5da12Copy full SHA for 3f5da12
packages/core/useCached/index.ts
@@ -1,6 +1,6 @@
1
-import type { ConfigurableDeepRefs } from '@vueuse/core/_configurable'
2
import type { ShallowOrDeepRef } from '@vueuse/shared'
3
import type { Ref, WatchOptions } from 'vue'
+import type { ConfigurableDeepRefs } from '../_configurable'
4
import { createRef } from '@vueuse/shared'
5
import { watch } from 'vue'
6
0 commit comments