destroy Interval to render every Second the History
This commit is contained in:
parent
3125e00a2a
commit
ae89781da1
|
@ -342,6 +342,9 @@ export default {
|
|||
menu_from_store() {
|
||||
this.menu = this.menu_from_store
|
||||
}
|
||||
},
|
||||
beforeDestroy () {
|
||||
clearInterval(this.timer)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue