vue-formular
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -57,4 +57,10 @@ var isEqual = require('../../helpers/is-equal'); | ||
this.$dispatch('vue-formular.change::' + this.name, {name:this.name, value:newVal, oldValue:oldVal}); | ||
this.$dispatch('vue-formular.change', {name:this.name, value:newVal, oldValue:oldVal}); | ||
this.$dispatch('vue-formular.change::' + this.name, {name:this.name, | ||
field:this, | ||
value:newVal, | ||
oldValue:oldVal}); | ||
this.$dispatch('vue-formular.change', {name:this.name, | ||
field:this, | ||
value:newVal, | ||
oldValue:oldVal}); | ||
@@ -61,0 +67,0 @@ |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue", |
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
62666
1746