This commit is contained in:
Jiang Yio 2022-09-26 17:39:11 -04:00
parent 1a08acdc7c
commit 2d931f3c90

View File

@ -33,9 +33,6 @@
authenticated: false
};
},
computed: {
store: () => store
},
watch: {
async client(value, oldvalue) {
if(this.heartbeat) window.clearInterval(this.heartbeat);