mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-09-11 12:24:27 +00:00
fix data loading bug
This commit is contained in:
@ -125,6 +125,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
enabled(newValue, oldValue) {
|
||||
if (this.enabled) {
|
||||
this.readStatus()
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
...mapActions('status', {
|
||||
readStatus: 'read',
|
||||
|
Reference in New Issue
Block a user