From 9874cf4291304fcc2653e7cdc583eea8dd4afdd2 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 15 Oct 2023 10:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=9B=BE=E7=89=87=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E8=A1=A5=E4=B8=8Aawait?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Room.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Room.vue b/frontend/src/views/Room.vue index 83599f8..7c9ebb1 100644 --- a/frontend/src/views/Room.vue +++ b/frontend/src/views/Room.vue @@ -410,7 +410,7 @@ export default { width: 0, height: 0 }) - this.fillImageContentSizes(richContent) + await this.fillImageContentSizes(richContent) return richContent } @@ -462,7 +462,7 @@ export default { }) } - this.fillImageContentSizes(richContent) + await this.fillImageContentSizes(richContent) return richContent }, async fillImageContentSizes(richContent) {