Logout action in a livewire component
I'm using the actions as a Livewire component to display a Sidepanel. However trying to figure out on how to create a "logout" action. I'm thinking of setting an extraAttribute (onClick) which will trigger a JS function to submit a form (logout form).
Something like this:
Is there no better option than this?
Thank you
0 Replies