How to vuelidate at least one of the input is filled?

277 Views Asked by At

Should I use validationGroup or or validator to validate no1 OR no2 is required?

I have to input areas. Form should be valid only if one of areas are filled.

no1 > 0 || no2 > 0

input areas

Please Check question repo.

0

There are 0 best solutions below