@afeefa/vue-app 0.0.218 → 0.0.219

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.218
1
+ 0.0.219
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.218",
3
+ "version": "0.0.219",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -97,6 +97,11 @@ export class ListViewMixin extends Vue {
97
97
  this.meta_ = this.meta
98
98
  }
99
99
 
100
+ @Watch('listAction')
101
+ listActionChanged () {
102
+ this.init()
103
+ }
104
+
100
105
  _filtersInitialized () {
101
106
  }
102
107