From 01011763e7bf37b88c56d813ce99e00a975bf2e2 Mon Sep 17 00:00:00 2001 From: SRP-mango Date: Sat, 30 Sep 2023 11:18:27 +0700 Subject: [PATCH] toggle destination card (not finished) --- src/components/DestinationInfoCard.vue | 32 ++++++++++++++++++------ src/components/Popup.vue | 3 +++ src/views/Home.vue | 34 +++++++++++++++++--------- 3 files changed, 50 insertions(+), 19 deletions(-) diff --git a/src/components/DestinationInfoCard.vue b/src/components/DestinationInfoCard.vue index 53601d4..c453c03 100644 --- a/src/components/DestinationInfoCard.vue +++ b/src/components/DestinationInfoCard.vue @@ -1,16 +1,10 @@