Reputation: 11
I have a vue 3 component that I want to use inside a blade file. is there a way to do that? I am using Laravel 11, inertiajs v2 and Vue 3
I tried registering the component as a global component but it didn't work (nor should it) because inertia renders Vue components only.
Thanks.
Upvotes: 0
Views: 50