From c8c38a508b1685808c911992407fecf1ce266b4c Mon Sep 17 00:00:00 2001 From: azaleta <24407500@qq.com> Date: Sun, 25 Sep 2022 00:20:35 +0900 Subject: [PATCH] feat(useAxios): add second generic type to error (#2248) --- packages/integrations/useAxios/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/useAxios/index.ts b/packages/integrations/useAxios/index.ts index 905e538ae74..1e37e6a5772 100644 --- a/packages/integrations/useAxios/index.ts +++ b/packages/integrations/useAxios/index.ts @@ -33,7 +33,7 @@ export interface UseAxiosReturn { /** * Any errors that may have occurred */ - error: ShallowRef | undefined> + error: ShallowRef | undefined> /** * Aborts the current request