kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

where can I find the build-in validators? I can't find it in document. #247

Closed postgetme closed 8 years ago

postgetme commented 8 years ago

where can I find the build-in validators? I can't find them in document. Are there build-in 'email', 'ip', 'phone number' validators?

guoweiTang commented 8 years ago

The build-in validators contains required,pattern,minlength,maxlength,min,max

postgetme commented 8 years ago

@guoweiTang thanks for your reply, but where can I find the usage informatons of them?

kazupon commented 8 years ago

related #232

kazupon commented 8 years ago

I'll try to add the docs build-in validator.