fix: currency/county

This commit is contained in:
2026-04-01 10:52:08 +02:00
parent 980fb1543b
commit 729b54ca1a
12 changed files with 161 additions and 49 deletions

View File

@@ -1,11 +1,12 @@
import { useFetchJson } from '@/composable/useFetchJson'
import { initLangs, langs } from '@/router/langs'
import { initCountryCurrency, initLangs, langs } from '@/router/langs'
import { watch } from 'vue'
import { createI18n, type PathValue } from 'vue-i18n'
// const x =
await initLangs()
await initCountryCurrency()
export const i18ninstall = createI18n({
legacy: false, // you must set `false`, to use Composition API
locale: 'en',