Vue 3 and Validation with the Class-Validator

added by DotNetKicks
8/17/2020 4:08:21 PM

481 Views

I've been working with Vue 3 Beta and RC (currently in RC5) and early on I needed some validation but the Vue stalwards of vuelidate and vee-validate weren't working with the Composition API early on. What was I do to? After some searching I ran into class-validator library.


0 comments