chore: code format

This commit is contained in:
Vlad Stan 2023-02-24 16:36:53 +02:00
parent 6e1b5dd0bb
commit 218b324347
2 changed files with 2 additions and 7 deletions

View file

@ -80,12 +80,7 @@
></q-input> ></q-input>
</div> </div>
<div class="col-3 col-sm-1"> <div class="col-3 col-sm-1">
<q-btn <q-btn outline color="grey" @click="copyText(wssLink)">Copy</q-btn>
outline
color="grey"
@click="copyText(wssLink)"
>Copy</q-btn
>
</div> </div>
</div> </div>
</div> </div>

View file

@ -255,7 +255,7 @@ async function relayDetails(path) {
position: position || 'bottom' position: position || 'bottom'
}) })
}) })
}, }
}, },
created: async function () { created: async function () {