improve the connection error msg

This commit is contained in:
LouisLam
2021-07-31 21:13:32 +08:00
parent 7f42888546
commit 9f0be5f531
2 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div v-if="! $root.socket.connected && ! $root.socket.firstConnect" class="lost-connection">
<div class="container-fluid">
Lost connection to the socket server. Reconnecting...
{{ $root.connectionErrorMsg }}
</div>
</div>