Closed
Description
Version
2.5.9
Reproduction link
https://github.com/lk19940215/vue-issue
Steps to reproduce
-
clone my github project
npm i
npm run dev
-
{{i}}// looks like '()‘ is required.
something happend
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.