Property 'validate' does not exist on type 'Element | Element[] | Vue | Vue[]'. Property 'valid...


使用vue-cli 3.0+Element-ui時候,調用form表單校驗時候出現的問題是:

Property 'validate' does not exist on type 'Element | Element[] | Vue | Vue[]'.   Property 'validate' does not exist on type 'Element'.

解決方案


(this.$refs.form as any).validate((valid: boolean) => {
    if (valid) {
    } else {
    }
});

博客看自:https://blog.csdn.net/weixin_34117522/article/details/86810945


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM