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
As you can see , @click=" onClickHandler " has extra space.
then click the link in output
What is Expected?
the console should warn that event handler doesn't exist or execute onClickHandler directly
What is actually happening?
the console output nothing
Even in webpack dev environment, Vue doesn't show any warning.
I expect Vue can give a warning in this situation or just trim it to execute onClickHandler method.