vue-formular
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -157,3 +157,6 @@ var merge = require('merge'); | ||
filteredItems: function() { | ||
if (this.select2 && !this.ajaxUrl && !this.html) | ||
return []; | ||
if (!this.filterBy) return this.items; | ||
@@ -160,0 +163,0 @@ |
{ | ||
"name": "vue-formular", | ||
"description": "a comprehensive vue.js form component", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue", |
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
61337
1713