defineVaporAsyncComponent — define an async Vapor component for lazy loading.
Wraps Vue 3.6.0-beta.10's defineVaporAsyncComponent(). Async Vapor
components are properly cached by VaporKeepAlive and hydrate under VDOM
Suspense boundaries (beta.10 fix).
Returns null if Vue 3.6.0-beta.10+ is not detected.
defineVaporAsyncComponent — define an async Vapor component for lazy loading.
Wraps Vue 3.6.0-beta.10's
defineVaporAsyncComponent(). Async Vapor components are properly cached by VaporKeepAlive and hydrate under VDOM Suspense boundaries (beta.10 fix).Returns null if Vue 3.6.0-beta.10+ is not detected.