Open tbhaxor opened 4 years ago
Private Project, Can't Give
.then
.catch
Should also show .catch. Use Promise instead of PromiseLike
https://github.com/pagekit/vue-resource/blob/develop/types/vue.d.ts#L17
- (options: HttpOptions): PromiseLike<HttpResponse>; + (options: HttpOptions): Promise<HttpResponse>;
.catch not showing
Reproduction Link
Private Project, Can't Give
Steps to reproduce
.then
and.catch
What is Expected?
Should also show
.catch
. Use Promise instead of PromiseLikehttps://github.com/pagekit/vue-resource/blob/develop/types/vue.d.ts#L17
What is actually happening?
.catch
not showing