@afeefa/vue-app 0.0.122 → 0.0.123

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.122
1
+ 0.0.123
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -81,6 +81,16 @@
81
81
  Nichts gefunden.
82
82
  </div>
83
83
  </div>
84
+ <div
85
+ v-if="$has.filters"
86
+ class="filters"
87
+ >
88
+ <slot
89
+ name="filters-below"
90
+ :filters="filters"
91
+ :count="count"
92
+ />
93
+ </div>
84
94
  </div>
85
95
  </template>
86
96