fix: i18n scope
This commit is contained in:

committed by
Gitea

parent
76cb94c488
commit
5b8d142abb
@ -71,7 +71,7 @@ import NamespaceModel from '@/models/namespace'
|
||||
import {useI18n} from 'vue-i18n'
|
||||
import {useTitle} from '@/composables/useTitle'
|
||||
|
||||
const {t} = useI18n()
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
const store = useStore()
|
||||
|
||||
const namespaceService = ref(new NamespaceService())
|
||||
|
Reference in New Issue
Block a user