vuejs/vue

Wrong definition of the type AsyncComponentFactory

开放

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

 (26 条评论) (12 个反应) (0 位负责人)TypeScript (33,833 个派生)batch import
good first issuehas PRtypescript

仓库指标

星标
 (209,764 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南