Init, click, model not working

What seems to be the problem:Init, click, model not working

Steps to Reproduce:

Are you using the latest version of Livewire:yes

Do you have any screenshots or code examples: no for now

Hey, @Fidelity

At least provide some code to let other folks know what’s your problem.

In General check if you are imported the file assets correctly @livewireStyles and @livewireScripts and published the assets as well with
php artisan livewire:publish --assets

Check if you are using the right words.

<button wire:click="something">Something to do</button>

For more information check the docs

Hv figured it out
But by error msg not displaying for submitting forms