[Vue warn]: Error in v-on handler: "TypeError: handler.apply is not a function"

在使用vue.js项目开发中遇到警告,如此下图所示:
[Vue warn]: Error in v-on handler: "TypeError: handler.apply is not a function"
文章图片

出错部位代码如下:


【[Vue warn]: Error in v-on handler: "TypeError: handler.apply is not a function"】不够清晰????,那就给你标示一下:
[Vue warn]: Error in v-on handler: "TypeError: handler.apply is not a function"
文章图片

原因:vue绑定的 变量名 和 函数名 重名了,变量名和函数名不能一致、变量名和函数名不能一致、变量名和函数名不能一致重要的事情提醒三遍。。。。

    推荐阅读