For example: @chartclick="onChartClicked", if there is no: methods: { onChartClicked () { ...etc } }, then vuejs will report something like: ``` vue.common.js:1406 Uncaught TypeError: o.fn is not a function (anonymous function) @ vue.common.js:1406 Vue.$emit @ vue.common.js:2142 ``` I think there should be an error message as this isn't very clear that the method is missing.