vue-formular
Advanced tools
Comparing version 1.1.82 to 1.1.83
@@ -64,3 +64,5 @@ var merge = require('merge'); | ||
if (!this.value && this.noDefault) { | ||
setTimeout(function(){ | ||
this.value = this.filteredItems[0].id; | ||
}.bind(this),0); | ||
} | ||
@@ -67,0 +69,0 @@ |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.1.82", | ||
"version": "1.1.83", | ||
"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
63439
1773