We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create()
1 parent a61b82b commit 62f17caCopy full SHA for 62f17ca
types/index.d.ts
@@ -22,6 +22,8 @@ interface NuxtAxiosInstance extends AxiosStatic {
22
onError(callback: (error: AxiosError) => void): void
23
onRequestError(callback: (error: AxiosError) => void): void
24
onResponseError(callback: (error: AxiosError) => void): void
25
+
26
+ create(options?: AxiosRequestConfig): NuxtAxiosInstance
27
}
28
29
interface AxiosOptions {
0 commit comments