ElementUI表單報錯Cannot read property 'clearValidate' of undefined"

由於Dom沒有加載完成,致使獲取不到refs元素,報錯
image.png
可用如下方法解決javascript

this.$nextTick(()=>{
    this.$refs['addForm'].clearValidate();
})

詳細講解:
https://www.jianshu.com/p/a75...java

相關文章
相關標籤/搜索