Relative Content

Tag Archive for formsvue.jsvalidationzod

How to display zod errors in html elements using Zod only in vue

this is my vue comp, which i am trying to validate form, the errors already generated by Zod , Only need to display the error in corespondent element , here the validation done correctly , the errors goes into ‘error’ array which define in ‘data’, so, need to get the correct error from errors array and display it in ‘span’