diff --git a/packages/renderless/src/load-list/vue.ts b/packages/renderless/src/load-list/vue.ts index e60eea43a2..425ad0f475 100644 --- a/packages/renderless/src/load-list/vue.ts +++ b/packages/renderless/src/load-list/vue.ts @@ -1,7 +1,7 @@ import { clickList, check, clickErrorText } from './index' import { getScrollParent } from '@opentiny/utils' import { useRect } from '@opentiny/vue-hooks' -import { useEventListener } from '@opentiny/utils' +import { useEventListener } from '@opentiny/vue-hooks' import { debounce } from '@opentiny/utils' import type { ILoadListProps, ISharedRenderlessParamHooks, ISharedRenderlessParamUtils } from '@/types' diff --git a/packages/renderless/src/pull-refresh-mobile-first/vue.ts b/packages/renderless/src/pull-refresh-mobile-first/vue.ts index 338687d461..ebb667fa6e 100644 --- a/packages/renderless/src/pull-refresh-mobile-first/vue.ts +++ b/packages/renderless/src/pull-refresh-mobile-first/vue.ts @@ -32,7 +32,7 @@ import { } from './index' import { getScrollParent } from '@opentiny/utils' import { useTouch } from '@opentiny/vue-hooks' -import { useEventListener } from '@opentiny/utils' +import { useEventListener } from '@opentiny/vue-hooks' import { emulate } from '@opentiny/utils' emulate()