add missing element for reconnecting

This commit is contained in:
2023-11-25 11:13:30 +01:00
parent 01a278eda2
commit d3b5a34e5f
4 changed files with 4 additions and 0 deletions

View File

@@ -641,6 +641,7 @@ const app = Vue.createApp( {
};
source.onopen = () => {
this.isReconnecting = false;
console.log( 'client notifier connected successfully' );
};

View File

@@ -138,6 +138,7 @@ createApp( {
};
source.onopen = () => {
this.isReconnecting = false;
this.hasLoaded = true;
};