From c2194cc238dfee09ccf3730f9466ebef5b6ef32b Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 31 May 2022 20:50:22 +0800 Subject: [PATCH] chore: lint --- packages/core/useInfiniteScroll/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/useInfiniteScroll/index.ts b/packages/core/useInfiniteScroll/index.ts index 3451d2c313a..71fb7653214 100644 --- a/packages/core/useInfiniteScroll/index.ts +++ b/packages/core/useInfiniteScroll/index.ts @@ -51,7 +51,7 @@ export function useInfiniteScroll( watch( () => state.arrivedState[direction], - async(v) => { + async (v) => { if (v) { const elem = unref(element) as Element const previous = {