From d3b26378e02de9a77ae5b53022fdc10d286c349a Mon Sep 17 00:00:00 2001 From: lavi <62757958+lavi27@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:43:48 +0900 Subject: [PATCH] =?UTF-8?q?maybe=20fix:=20/dashboard/index=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=EC=9D=98=20=EA=B7=B8=EB=9E=98=ED=94=84=EA=B0=80=20?= =?UTF-8?q?=EB=A1=9C=EB=94=A9=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=ED=98=84=EC=83=81=20=EB=95=9C=EB=B9=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/dashboard/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/dashboard/index.vue b/pages/dashboard/index.vue index c512f8b..2586ec0 100644 --- a/pages/dashboard/index.vue +++ b/pages/dashboard/index.vue @@ -206,6 +206,8 @@ onMounted(async () => { checkPush(Number(route.query.id)) }, 5000) + wait(200) + resizeAlerts() loadingSuccess() } catch (e) {}