Merge remote-tracking branch 'origin/main' into front-styles
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user