Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Catch is not recognized in promise #747

@tbhaxor

Description

@tbhaxor

Reproduction Link

Private Project, Can't Give

Steps to reproduce

  1. Setup typescript project with vue-cli
  2. Register the plugin
  3. Send any request from *.vue file
  4. Now use promises .then and .catch

What is Expected?

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>;

What is actually happening?

.catch not showing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions