chore(i18n): use global scope
This commit is contained in:
parent
eb80bfa00d
commit
fad72e091b
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ import {useTaskStore} from '@/stores/tasks'
|
||||||
import {useI18n} from 'vue-i18n'
|
import {useI18n} from 'vue-i18n'
|
||||||
|
|
||||||
const taskStore = useTaskStore()
|
const taskStore = useTaskStore()
|
||||||
const {t} = useI18n()
|
const {t} = useI18n({useScope: 'global'})
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
task: ITask,
|
task: ITask,
|
||||||
|
|
Loading…
Reference in a new issue