laravel-vue2-validator
Advanced tools
Comparing version 0.0.9-beta-1 to 0.0.9-beta-2
{ | ||
"name": "laravel-vue2-validator", | ||
"version": "0.0.9-beta-1", | ||
"version": "0.0.9-beta-2", | ||
"description": " Simple package to display error in vue from laravel validation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ import { PluginFunction } from 'vue'; | ||
export default class FormValidator extends FormValidatorInstance { | ||
export default class Validator extends FormValidatorInstance { | ||
constructor(options?: FormValidatorOptions); | ||
@@ -8,0 +8,0 @@ busy: boolean; |
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
9639