ui: add B2B olmayan stok (orphans) page
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { boot } from 'quasar/wrappers'
|
||||
import { useLocaleStore } from 'src/stores/localeStore'
|
||||
import { useRuntimeTranslationStore } from 'src/stores/runtimeTranslationStore'
|
||||
|
||||
export default boot(() => {
|
||||
export default boot(async () => {
|
||||
const localeStore = useLocaleStore()
|
||||
localeStore.setLocale(localeStore.locale)
|
||||
const runtimeTranslations = useRuntimeTranslationStore()
|
||||
await runtimeTranslations.loadLocale(localeStore.locale)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user