Skip to content

Commit

Permalink
fix: add missing import for unref
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Dec 8, 2022
1 parent a5d764c commit 5d101aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defu } from 'defu'
import { hash } from 'ohash'
import { isRef, reactive } from 'vue'
import { unref, isRef, reactive } from 'vue'
import type { Ref } from 'vue'
import type { AsyncData } from 'nuxt/dist/app/composables'
import type { ClientError } from 'graphql-request'
Expand Down

0 comments on commit 5d101aa

Please sign in to comment.