mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2025-05-05 04:28:39 +02:00
Add re-launch browser tip
This commit is contained in:
parent
180f6c7cc2
commit
27776dd6ad
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ onMounted(() => {
|
|||
<div v-else-if="proto === 'HTTP/2'">
|
||||
<h1>Your browser used <span class="blue bold">{{ proto }}</span></h1>
|
||||
<div class="bottom-text">It appears that your network firewall is <span class="red bold">blocking QUIC</span>, or
|
||||
your browser is just not using it 😢</div>
|
||||
your browser is just not using it 😢<br /><br />Sometimes re-launching the browser helps.</div>
|
||||
</div>
|
||||
|
||||
<div v-else-if="proto === ''">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue