{{ $t("country") }}
{ menuStore.selectedCountry = item.iso_code dropCountry = false }" class="w-full hover:bg-block dark:hover:bg-button pl-2 py-2 text-base text-text-light dark:text-text-dark rounded-[5px]" v-for="item in menuStore.countryList"> {{ item?.name }}
{{ $t("currency") }}
{ menuStore.selectedCurrency = item dropCurrency = false }" class="w-full hover:bg-block dark:hover:bg-button pl-1 py-2 text-base text-text-light dark:text-text-dark rounded-[5px]" v-for="item in menuStore.currencies"> {{ item?.name }}