fix: i18n scope
This commit is contained in:

committed by
Gitea

parent
76cb94c488
commit
5b8d142abb
@ -82,7 +82,7 @@ const props = defineProps({
|
||||
},
|
||||
})
|
||||
|
||||
const {t} = useI18n()
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
const emit = defineEmits(['update:modelValue', 'change'])
|
||||
|
||||
|
Reference in New Issue
Block a user