vue-formular
Advanced tools
Comparing version 1.1.84 to 1.1.85
@@ -141,2 +141,12 @@ var merge = require('merge'); | ||
var ids = []; | ||
items = items.filter(function(item) { | ||
if (ids.indexOf(item.id)==-1) { | ||
ids.push(item.id); | ||
return true; | ||
} | ||
return false; | ||
}); | ||
that.items = items; | ||
@@ -143,0 +153,0 @@ } |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.1.84", | ||
"version": "1.1.85", | ||
"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
63705
1781