aloha-vue 1.2.71 → 1.2.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.71",
17
+ "version": "1.2.72",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -109,6 +109,6 @@ export default function AFiltersAPI() {
109
109
  filterList,
110
110
  filterPropertyByValue,
111
111
  filterSearchHighlight,
112
- ...additionFilters,
112
+ ...additionFilters.value,
113
113
  };
114
114
  }