From 1ecb2e556b05d39cd8834a0508399ef8d95b4edf Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 7 Sep 2023 17:59:53 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B8=B4=E0=B8=94=20noti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 08f2ca9a4..f7b19a81e 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -211,7 +211,7 @@ const activeBtn = () => { * ยังจับ boolean ผิด จึงต้อง set */ onMounted(async () => { - // await getDataNotification(); + await getDataNotification(); myEventHandler(null, false); window.addEventListener("resize", (e: any) => { myEventHandler(e, true);