zee-validator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -916,2 +916,3 @@ import { Component, Vue } from 'vue-property-decorator'; | ||
this.fields.all(scope).forEach(function (field) { return field.reset(); }); | ||
this.validations = this.mapValidations(); | ||
}; | ||
@@ -918,0 +919,0 @@ /** |
@@ -921,2 +921,3 @@ (function (global, factory) { | ||
this.fields.all(scope).forEach(function (field) { return field.reset(); }); | ||
this.validations = this.mapValidations(); | ||
}; | ||
@@ -923,0 +924,0 @@ /** |
{ | ||
"name": "zee-validator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A model-based form validation library for vue inspired by vuelidate and vee-validate.", | ||
@@ -5,0 +5,0 @@ "module": "dist/zee-validate.es5.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229825
2513