How to continue running functions down the chain if an error threw?

前端 未结 0 1796
感动是毒
感动是毒 2020-11-27 06:23

So, I should create some functions with chains for validating, example:

isValid(\'Test string\').required().isString().min(5);

and function s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题