feat: use vue-i18n 9 for vue3

This commit is contained in:
Dominik Pschenitschni 2021-08-20 15:38:16 +02:00
parent 3d6aca3510
commit 7c3c2945f8
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
19 changed files with 123 additions and 71 deletions

View file

@ -201,7 +201,7 @@ export default {
return
}
const err = getErrorText(e, p => this.$t(p))
const err = getErrorText(e)
if (typeof err[1] !== 'undefined') {
this.$store.commit(ERROR_MESSAGE, err[1])
return