From 74f5eca2f34ca0dc33207c2423b5f5c65bf8d160 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Thu, 22 Aug 2024 11:37:25 +0200 Subject: [PATCH] refactor(Country detail): add map display option --- src/views/CountryDetail.vue | 48 +++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/src/views/CountryDetail.vue b/src/views/CountryDetail.vue index 100cf9236fc..0448b8fadf0 100644 --- a/src/views/CountryDetail.vue +++ b/src/views/CountryDetail.vue @@ -12,14 +12,26 @@ + - - - - - + + + + + + + + + + + + + + + + @@ -32,18 +44,22 @@