From 120f9b09fa1c9196d4ecd8fc0090818f60e60aae Mon Sep 17 00:00:00 2001 From: azaleta <24407500@qq.com> Date: Sat, 24 Sep 2022 21:48:11 +0800 Subject: [PATCH] feat(useAxios): add second type to error --- 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