Using this.$refs to report errors in vue+typescript projects

vue,element-ui,typescript is used in the project. this.$ refs [formName] .validate () will have tslint error

when calling the form validation function provided by element-ui

clipboard.png

:

clipboard.png

1 saw the problem on codeshelper: https://codeshelper.com/q/10., but didn"t know exactly how to declare the type to this.$refs . How does element-ui introduce type declarations?


https://github.com/vuejs/vue-.


$refs: {

validate: HTMLFormElement

}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22456-3fb8a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22456-3fb8a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?