From f62463dc809139ff40de2e551fd01439b558a075 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 20 Feb 2025 11:09:53 +0700 Subject: [PATCH] refactor: optimize performance of data fetching in the dashboard component --- src/layouts/ProfileMenu.vue | 529 ++++++++++++++++++------------------ 1 file changed, 260 insertions(+), 269 deletions(-) diff --git a/src/layouts/ProfileMenu.vue b/src/layouts/ProfileMenu.vue index 82980933..5c91f2d4 100644 --- a/src/layouts/ProfileMenu.vue +++ b/src/layouts/ProfileMenu.vue @@ -83,292 +83,283 @@ onMounted(async () => { });