feat: use vue-i18n 9 for vue3
This commit is contained in:
parent
3d6aca3510
commit
7c3c2945f8
19 changed files with 123 additions and 71 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue