Merge remote-tracking branch 'origin/main' into front-styles

This commit is contained in:
2026-04-03 13:10:05 +02:00
15 changed files with 402 additions and 380 deletions

View File

@@ -47,6 +47,9 @@ export async function initCountryCurrency() {
}
defCountry.value = items.find((x) => x.id === defLang.value?.id)
currentCountry.value = idfromcookie ?? defCountry.value
console.log(defCountry.value);
console.log(currentCountry.value);
} catch (error) {
console.error('Failed to fetch languages:', error)
}