From 8f8eeb958c81dacb86b4ea30cc8a3e02fa4db2ee Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 14 Jun 2026 20:24:42 +0300 Subject: [PATCH] update component --- src/components/IpSecurity.vue | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/components/IpSecurity.vue b/src/components/IpSecurity.vue index 394d157..7ef5589 100644 --- a/src/components/IpSecurity.vue +++ b/src/components/IpSecurity.vue @@ -29,20 +29,19 @@ -
+
- {{ countryEmoji }} - - + + {{ ipData.location.country }} -
@@ -153,11 +152,6 @@ const countryCode = computed(() => { return ipData.value?.location?.computed_country_code || null }) -// Emoji флага из withFlags -const countryEmoji = computed(() => { - return ipData.value?._flags?.flagEmoji || null -}) - // URL флага const flagUrl = computed(() => { // Сначала пробуем взять SVG из withFlags