Skip to content

Commit

Permalink
fix: query variables import path
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed May 27, 2022
1 parent 93d8858 commit 6a05aee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/villus/src/utils/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { QueryVariables } from 'packages/villus/dist/villus';
import { computed, isReactive, isRef, Ref, unref } from 'vue';
import { MaybeLazyOrRef, SkipQuery } from '../types';
import { MaybeLazyOrRef, SkipQuery, QueryVariables } from '../types';

export function toWatchableSource<T = any>(value: MaybeLazyOrRef<T> | Record<string, any>): Ref<T> {
return computed(() => {
Expand Down

0 comments on commit 6a05aee

Please sign in to comment.