I have tried so many ways to use Suspense component in laravel blade template and since components are accessed using lowercase with hyphens, for example LoginComponent.vue can be accessed using <login-component></login-component>. I have tried <Suspense></Suspense> and <suspense></suspense> but I get an error saying custom component is not defined.
Is there a way I need to import it or do I have to register the component somewhere?
If you have any idea please drop it.. every contribution counts. Thanks in advance.