Lazy Load Components with Vue 3 defineAsyncComponent
Optimize Vue 3 application performance by lazy loading components only when needed using `defineAsyncComponent` and `<Suspense>`, reducing initial bundle size and improving user experience for large apps.