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