RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.218 → 0.0.219
@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.
Files changed (3)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src/components/list/ListViewMixin.js
+5
-0
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
218
1
+
0.0.
219
package/package.json
CHANGED
Viewed
@@ -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",
package/src/components/list/ListViewMixin.js
CHANGED
Viewed
@@ -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