asva-vue-filters
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -44,2 +44,5 @@ import _ from 'lodash' | ||
let savedFilters = storage.getValue(this.$options.filters.storageName) | ||
if (savedFilters === undefined){ | ||
savedFilters = {} | ||
} | ||
this.filters.bus.$emit('set-filters', savedFilters) | ||
@@ -46,0 +49,0 @@ this.registerUpdate() |
{ | ||
"name": "asva-vue-filters", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Decoupled filter block for vue.js. Mixins and example components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
39858
368