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.
1 parent 1527737 commit da5c5a0Copy full SHA for da5c5a0
index.d.ts
@@ -1,7 +1,6 @@
1
import { AxiosStatic } from "axios";
2
import { App } from "vue";
3
4
-export declare function VAxios(app: App): AxiosStatic;
5
declare module "@vue/runtime-core" {
6
export interface ComponentCustomProperties {
7
$http: AxiosStatic;
0 commit comments