Skip to content

Commit 5d101aa

Browse files
committed
fix: add missing import for unref
1 parent a5d764c commit 5d101aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/composables/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defu } from 'defu'
22
import { hash } from 'ohash'
3-
import { isRef, reactive } from 'vue'
3+
import { unref, isRef, reactive } from 'vue'
44
import type { Ref } from 'vue'
55
import type { AsyncData } from 'nuxt/dist/app/composables'
66
import type { ClientError } from 'graphql-request'

0 commit comments

Comments
 (0)