diff --git a/types/vue_resource.ts b/types/vue_resource.ts index 2adca137..59b91d8e 100644 --- a/types/vue_resource.ts +++ b/types/vue_resource.ts @@ -38,8 +38,8 @@ export interface HttpOptions { } export interface $http { - (url: string, data?: any, options?: HttpOptions): PromiseLike; (url: string, options?: HttpOptions): PromiseLike; + (url: string, data?: any, options?: HttpOptions): PromiseLike; } export interface HttpInterceptor {