You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Open
zainbhatti123 opened this issue
Apr 30, 2024
· 1 comment
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: