vee-validate
vee-validate copied to clipboard
validateField can't access nested properties
https://github.com/logaretm/vee-validate/blob/b251ad0c48f9f7e7415a2764270a912273416fe5/packages/vee-validate/src/useForm.ts#L930
same error
If the path uses jobs[${props.index}].name, it can be validated correctly; however, TypeScript validation does not pass.
If the path uses jobs.${props.index}.name, it cannot be validated.