问题:
[Vue warn]: Error in event handler for "click": "TypeError: Cannot read property 'validate' of undefined"
解决:
this.$refs.myBrandForm.validate()中的与ref="myBrandForm"名字叫的不一致,或者ref这个就没有定义。
我这里是因为没有定义ref导致报错的。
问题:
[Vue warn]: Error in event handler for "click": "TypeError: Cannot read property 'validate' of undefined"
解决:
我这里是因为没有定义ref导致报错的。