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:
parent
76434020af
commit
c1203ff8c9
@ -125,6 +125,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
enabled(newValue, oldValue) {
|
||||
if (this.enabled) {
|
||||
this.readStatus()
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
...mapActions('status', {
|
||||
readStatus: 'read',
|
||||
|
Loading…
Reference in New Issue
Block a user