vee-validate
vee-validate copied to clipboard
"warn" in ValidationOptions interface
Hi, may I ask what does the warn
parameter do in validate
specifically? I could not find any hint in the docs or online. Thank you very much @logaretm
interface ValidationOptions$1 {
mode: SchemaValidationMode;
warn: boolean;
}