fix: i18n scope
This commit is contained in:
parent
76cb94c488
commit
5b8d142abb
3 changed files with 3 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ const props = defineProps({
|
|||
},
|
||||
})
|
||||
|
||||
const {t} = useI18n()
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
const emit = defineEmits(['update:modelValue', 'change'])
|
||||
|
||||
|
|
|
|||
Reference in a new issue