Fix room qr

Use v-show instead of v-if, otherwise our reference will not exist (yet) when populating the QR code. Issue #107.
This commit is contained in:
N-Pex 2021-04-09 12:27:11 +02:00
parent 7cc51f22bc
commit 779e53c3b2

View file

@ -28,7 +28,7 @@
<div class="small">Created by {{ creator }}</div>
<v-expand-transition>
<canvas
v-if="publicRoomLink"
v-show="publicRoomLink"
ref="roomQr"
class="qr"
id="room-qr"