当前位置:网站首页>Basic form validation process
Basic form validation process
2022-08-04 03:04:00 【I must win this time】
One. Basic form validation
1.el-form binding
model:binding data
rules: validation rules
ref='form' is used to get the instance object of el-form
2.el-fom-item
prop='the field name that needs to be validated'
rules:{
The value corresponding to prop:[
{required:true,message:"Error message",trigger:"change/blur"},
{min: minimum length, max: maximum length, message: "error message", trigger: "change/blur"}
{
Custom Rules:
validator:(rule,value,callback)=>{
rule:rule
value: The value of the current verification item
callback:callback function
Verification successful: callback()
Verification failed: callback(new Error('error message'))
} ,
trigger:"change/blur"
}
]
}
2. Global form validation
el-form ref="form"
this.$refs.form.validate((result)=>{
result:true validation succeeded
false: validation failed
})
Three. The code shines into reality
Submit
These are some basic form validations for Ele.me, I hope they can help you.
边栏推荐
猜你喜欢
共n级台阶,每次可以上1级或2级台阶,有多少种上法?
2022年T电梯修理考题及答案
织梦响应式酒店民宿住宿类网站织梦模板(自适应手机端)
2022年最新海南建筑八大员(材料员)模拟考试试题及答案
JVM内存和垃圾回收-07.堆
MallBook联合人民交通出版社,推动驾培领域新发展,开启驾培智慧交易新生态
SQL注入中 #、 --+、 --%20、 %23是什么意思?
瑞能微计量芯片RN2026的实用程序
In the season of going overseas, the localization of Internet tips for going overseas
Ant - the design of the Select component using a custom icon (suffixIcon attribute) suffixes, click on the custom ICONS have no reaction, will not display the drop-down menu
随机推荐
[QNX Hypervisor 2.2用户手册]10.3 vdev gic
flinkcdc 消费 mysql binlog 没有 sqltype=delete 的数据是什么原
STM8S-----选项字节
There are n steps in total, and you can go up to 1 or 2 steps each time. How many ways are there?
千兆2光8电管理型工业以太网交换机WEB管理X-Ring一键环网交换机
云开发校园微社区微信小程序源码/二手交易/兼职交友微信小程序开源源码
WPE详细教程
[Original] Start the XPS/OXPS reader that comes with Windows 10
TOML configuration file format, YAML's top contender
ssh服务详解
Parquet encoding
Architecture of the actual combat camp module three operations
Flink原理流程图简单记录
Presto中broadcast join和partition join执行计划的处理过程
出海季,互联网出海锦囊之本地化
2022广东省安全员A证第三批(主要负责人)考试题库及模拟考试
0.1 前言
【观察】超聚变:首提“算网九阶”评估模型,共建开放繁荣的算力网络
数据安全峰会2022 | 美创DSM获颁“数据安全产品能力验证计划”评测证书
架构实战营模块三作业