The element component verifies that the input box is not only a numeric type, but also ensures that the minimum number of digits is 6 digits. How should it be implemented?

rules: [{required: true, message: "cannot be empty", trigger: "blur"}, {min: 6, message:" at least 6 digits", trigger: "blur"}, {type:" number", message: "Please enter numbers", trigger: "blur"}]
< el-input vMutel model.number = "model" > < / el-input >
Why is it incorrect?

Mar.09,2021

element form components
see Custom check rules to meet your needs

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-1b9f05e-2e7ad.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-1b9f05e-2e7ad.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?