{ required: true, message: '必填', trigger: 'change|blur' }
指示type
要使用的验证器。认可的类型值为:
string
: 必须是类型string
。This is the default type.
number
: 必须是类型number
。boolean
: 必须是类型boolean
。method
: 必须是类型function
。
{ required: true, message: '必填', trigger: 'change|blur' }
type
要使用的验证器。认可的类型值为:string
: 必须是类型string
。This is the default type.
number
: 必须是类型number
。boolean
: 必须是类型boolean
。method
: 必须是类型function
。