get log on channel change

This commit is contained in:
jb-alvarado 2021-03-21 15:34:16 +01:00
parent dc1b2332eb
commit e8f859196f

View File

@ -86,11 +86,16 @@ export default {
},
computed: {
...mapState('config', ['configID']),
},
watch: {
listDate (date) {
this.getLog(this.logName)
},
configID (id) {
this.getLog(this.logName)
}
},