Currently transitioning from Vue 2 to Vue 3, I am interested in utilizing VeeValidate 4 for my validations. However, it seems that the documentation does not provide any information on using built-in rules such as min, max, alpha_spaces, etc.
Do I need to create my own custom validations?
Is zod truly necessary for this process?
Are there still predefined rules available or have they been removed from VeeValidate?