Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f5da12

Browse filesBrowse files
committed
fix(types): wrong import path
1 parent 1389990 commit 3f5da12
Copy full SHA for 3f5da12

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎packages/core/useCached/index.ts

Copy file name to clipboardExpand all lines: packages/core/useCached/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { ConfigurableDeepRefs } from '@vueuse/core/_configurable'
21
import type { ShallowOrDeepRef } from '@vueuse/shared'
32
import type { Ref, WatchOptions } from 'vue'
3+
import type { ConfigurableDeepRefs } from '../_configurable'
44
import { createRef } from '@vueuse/shared'
55
import { watch } from 'vue'
66

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.