[Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'trim')"

[Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'trim')"

img

有没有谁遇到然后解决了这个问题呀?!抱拳!

你看下你的数据里面某个属性里面是不是不存在或者为null

trim()方法判断不能是空数值,null,undefined,都不行

trim()方法判断不能是空数值,null,undefined,都不行。判断完清空输入,不然第二次就是undefined了