fix: i18n scope
This commit is contained in:
parent
76cb94c488
commit
5b8d142abb
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ import {getErrorText} from '@/message'
|
|||
import Message from '@/components/misc/message.vue'
|
||||
import {clearLastVisited, getLastVisited} from '@/helpers/saveLastVisited'
|
||||
|
||||
const {t} = useI18n()
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
|
|
|
|||
Reference in a new issue