Model-based Validation
"Vuelidate offers simple, lightweight model-based validation for Vue.js. The biggest difference to other validator plugins is that the validations are completely decoupled from the template. It means that instead of providing rules for different inputs inside a template, you declare those rules for your data model.
It also works for Vuex getters, the route object and computed values.
Because we don’t include any validators inside the core itself, the bundle is much smaller compared to other validator plugins."