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
build project with 'vue-cli 2', if some function named 'functionClickHandle' and bind with '@click="functionClickHandle()"', It will run automatically. #9920
window.alert(1i am big boss)
window.alert(2i am big boss)
because it run's automatically.
but window.alert('item click changed') did not.
What is expected?
i just want to report.
What is actually happening?
run automatically
vue version >= 2.5.2
One day I maintain an old project, something just happend, my web page always redirected to anothoer page. until i change the function named 'functionClickHandle' with 'itemClick'. because 'functionClickHandle' has some judgments inside, and run automatically.