From 779e53c3b2102f9d1478a9eccc4b2d42f35bc3a9 Mon Sep 17 00:00:00 2001 From: N-Pex Date: Fri, 9 Apr 2021 12:27:11 +0200 Subject: [PATCH] Fix room qr Use v-show instead of v-if, otherwise our reference will not exist (yet) when populating the QR code. Issue #107. --- src/components/RoomInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RoomInfo.vue b/src/components/RoomInfo.vue index 1597d52..9bb0802 100644 --- a/src/components/RoomInfo.vue +++ b/src/components/RoomInfo.vue @@ -28,7 +28,7 @@
Created by {{ creator }}