[Vue warn]: Wrong type passed as event handler to onClass - did you forget @ or : in front of your prop? Expected function or array of functions, received type string. #209
I'm using it with nuxt3 and its giving a weird warnings related client-side. I've also tried it inside <client-only> but not working.
Getting two kind of warnings in console
[Vue warn]: Wrong type passed as event handler to onClass - did you forget @ or : in front of your prop?
Expected function or array of functions, received type string.
I'm using it with nuxt3 and its giving a weird warnings related client-side. I've also tried it inside
<client-only>
but not working.Getting two kind of warnings in console
[Vue warn]: Wrong type passed as event handler to onClass - did you forget @ or : in front of your prop? Expected function or array of functions, received type string.
Can anyone please help me out in this ?
Thanks in Advance.