asva-vue-filters
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -49,6 +49,6 @@ import _ from 'lodash' | ||
methods: { | ||
setFilters: function () { | ||
this.$broadcast('set-filters', this.$options.filters.data) | ||
setFilters () { | ||
this.filters.bus.$emit('set-filters', this.$options.filters.data) | ||
}, | ||
resetFilters: function () { | ||
resetFilters () { | ||
this.$options.filters.data = {} | ||
@@ -62,3 +62,3 @@ this.setFilters() | ||
*/ | ||
registerUpdate: function () { | ||
registerUpdate () { | ||
if (this.filters.toUpdate) { | ||
@@ -65,0 +65,0 @@ return; |
{ | ||
"name": "asva-vue-filters", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"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
39762