0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-11-04 17:31:17 +00:00

fix data loading bug

This commit is contained in:
Christoph Haas 2020-10-06 23:02:00 +02:00
parent 76434020af
commit c1203ff8c9

View File

@ -125,6 +125,14 @@
}
},

watch: {
enabled(newValue, oldValue) {
if (this.enabled) {
this.readStatus()
}
},
},

methods: {
...mapActions('status', {
readStatus: 'read',