We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onResponseError
1 parent fdfc0a3 commit 5fc1441Copy full SHA for 5fc1441
index.d.ts
@@ -18,7 +18,7 @@ interface NuxtAxiosInstance extends AxiosInstance {
18
onResponse<T = any>(callback: (response: AxiosResponse<T>) => void): void;
19
onError(callback: (error: AxiosError) => void): void;
20
onRequestError(callback: (error: AxiosError) => void): void;
21
- onResponseErro(callback: (error: AxiosError) => void): void;
+ onResponseError(callback: (error: AxiosError) => void): void;
22
}
23
24
declare module 'vue/types/vue' {
0 commit comments