Vuejs 3 中的 defineAsyncComponent

defineAsyncComponent in Vuejs 3

我一直在使用 vue3-beta 版本,我刚刚发现新库中有一个 defineAsyncComponent。我在互联网上没有找到任何相关信息。

只是想知道它的用例是什么以及何时使用它。它与 async setup() 功能有何不同。两者之间的性能比较是什么。

习惯了lazy-load a component (and optionally display a place-holder when loading or failing). It exists in Vue2 already but it's not a specific function. Did you read https://github.com/vuejs/rfcs/blob/master/active-rfcs/0026-async-component-api.md ?