vuejs/vue

Wrong definition of the type AsyncComponentFactory

Open

#10,252 创建于 2019年7月10日

在 GitHub 查看
 (26 评论) (12 反应) (0 负责人)TypeScript (209,764 star) (33,833 fork)batch import
good first issuehas PRtypescript

描述

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

贡献者指南