Skip to content

Commit

Permalink
fix: computed not auto-imported in module
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 10, 2022
1 parent 072ad88 commit f3823b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/kql.ts
@@ -1,6 +1,6 @@
import type { NitroFetchRequest } from 'nitropack'
import type { Ref } from 'vue'
import { isRef } from 'vue'
import { computed, isRef } from 'vue'
import type { KqlQueryRequest, KqlQueryResponse } from '../types'
import type { AsyncData, UseFetchOptions } from '#app'
import { useFetch, useRuntimeConfig } from '#app'
Expand Down

0 comments on commit f3823b0

Please sign in to comment.