vuejs/vue

Wrong definition of the type AsyncComponentFactory

Open

#10,252 opened on Jul 10, 2019

View on GitHub
 (26 comments) (12 reactions) (0 assignees)TypeScript (33,833 forks)batch import
good first issuehas PRtypescript

Repository metrics

Stars
 (209,764 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Version

2.6.10

Reproduction link

https://github.com/vuejs/vue

Steps to reproduce

  1. compare the AsyncComponentFactory definition with the document

What is expected?

attribute 'component' should be a promise

What is actually happening?

AsyncComponentPromise


I'm looking forward to your solution to this issue

Contributor guide