vue错误提示:Error in v-on handler (Promise/async): “Error: Error“ "title" of undefined:

1:查看data里面是否定义了title变量。

2、查看该变量是否为某一个对象的键,例如:this.option.title='',检查option对象里是否定义了title.例如:option:{title:'111'},如果没有定义,则不能直接写option.title.

3:检查v-if语句,是否判断title不为undefined.