VueJS - Invalid handler for event "click": got undefined
Got it. It was not about top level function @click
.
It was about @click
for the element which was becoming rendered when top level click was invoked. I had a misspelling in the function name.
Unfortunately, Vue is not throwing the name of the missing function and that's the reason why I could not find it because I was looking in wrong place...