1
0

fix: i18n scope

This commit is contained in:
Dominik Pschenitschni
2022-08-04 21:55:02 +02:00
committed by Gitea
parent 76cb94c488
commit 5b8d142abb
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ const props = defineProps({
},
})
const {t} = useI18n()
const {t} = useI18n({useScope: 'global'})
const emit = defineEmits(['update:modelValue', 'change'])