vuejs/vue

Wrong definition of the type AsyncComponentFactory

Open

#10.252 geöffnet am 10. Juli 2019

Auf GitHub ansehen
 (26 Kommentare) (12 Reaktionen) (0 zugewiesene Personen)TypeScript (33.833 Forks)batch import
good first issuehas PRtypescript

Repository-Metriken

Stars
 (209.764 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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