Vue.js 报错:Cannot read property 'validate' of undefined"

问题:

       [Vue warn]: Error in event handler for "click": "TypeError: Cannot read property 'validate' of undefined"

Vue.js 报错:Cannot read property 'validate' of undefined

解决:

Vue.js 报错:Cannot read property 'validate' of undefined

 

this.$refs.myBrandForm.validate()中的与ref="myBrandForm"名字叫的不一致,或者ref这个就没有定义。

我这里是因为没有定义ref导致报错的。

你可能感兴趣的:(WEB前端技术篇)