From 9739ef64ea2884b9b82e81a11ec7d7fe369363cf Mon Sep 17 00:00:00 2001 From: zysim <9867871+zysim@users.noreply.github.com> Date: Sat, 11 May 2024 01:23:22 +0800 Subject: [PATCH] Make component reactive to window resizing --- .../LeaderboardInfo/LeaderboardInfo.vue | 19 ++++- package.json | 3 + pnpm-lock.yaml | 74 ++++++++++++------- 3 files changed, 67 insertions(+), 29 deletions(-) diff --git a/components/blocks/LeaderboardInfo/LeaderboardInfo.vue b/components/blocks/LeaderboardInfo/LeaderboardInfo.vue index b0b76948..c9395469 100644 --- a/components/blocks/LeaderboardInfo/LeaderboardInfo.vue +++ b/components/blocks/LeaderboardInfo/LeaderboardInfo.vue @@ -1,5 +1,7 @@