diff --git a/src/views/home.vue b/src/views/home.vue index e002c6a..5ab90e5 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -54,7 +54,7 @@ const asyncComponentConfig = { loadingComponent: LoadingComponent, errorComponent: ErrorComponent, - onError: (error: Error, retry: () => void, fail: () => void, attempts: number) => { + onError: (_error: Error, retry: () => void, fail: () => void, attempts: number) => { if (attempts <= 3) { retry(); } else {