From c47382d28fb6ea94982e499747ffcf69a1afe70d Mon Sep 17 00:00:00 2001 From: qianphong Date: Tue, 12 Oct 2021 11:19:43 +0800 Subject: [PATCH] fix: adjust type to relative path import #71 --- src/core/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/types.ts b/src/core/types.ts index 8d0fe8f..e5d66c8 100644 --- a/src/core/types.ts +++ b/src/core/types.ts @@ -1,9 +1,9 @@ /* istanbul ignore next */ -import type { LoadMoreExtendsOption } from 'src/useLoadMore'; -import type { PaginationExtendsOption } from 'src/usePagination'; import type { Ref, WatchSource } from 'vue'; +import type { LoadMoreExtendsOption } from '../useLoadMore'; +import type { PaginationExtendsOption } from '../usePagination'; import type { UnWrapRefObject } from './utils/types'; export interface BaseResult extends QueryState {