TypeError: handler.apply is not a function 解决方法

TypeError: handler.apply is not a function 解决方法_第1张图片

解决:

因为我@click绑定了一个事件,事件的名字和我在data中声明的变量名字冲突,导致vue认为我@click的是一个变量而不是方法

你可能感兴趣的:(vue.js)