how can i add validator in vuejs front-end .... I see a validate email but it's not clear where to use it , I would lie to validate a field . thanks for all
r
rp_st
04/15/2023, 6:24 AM
hey @devertry|deepsheep i assume you mean validators for the sign up field? If so, you need to add the validator check on the backend, and for the frontend, you need to do the validation on your own before calling our API (applicable for custom UI)