defineAsyncComponent in Vuejs 3

Viewed 3533

I have been working with vue3-beta release, I just found out that there is a defineAsyncComponent in the new library. I haven't found anything about that on the internet.

Just wanted to know what is its use-case and when to use it. how is it different from the async setup() feature. and what would be the performance comparison between two.

1 Answers
Related