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