今天运行项目的时候,报出错误:Error in v-on handler: "TypeError: handler.apply is not a function"

项目报错:handler.apply is not a function

 

报此类错误的原因是:变量名和方法名重名了;

通过查找发现:

 项目报错:handler.apply is not a function

项目报错:handler.apply is not a function 所以将变量名或者方法名的其中一个更换即可解决;

相关文章: