use vue-i18n and config.globalProperties.$t at the same time, my own $t function will be coverd #942
Unanswered
luolei1994
asked this question in
Q&A
Replies: 1 comment
-
You should use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
use vue-i18n and config.globalProperties.$t at the same time, my own $t function will be coverd by vue-i18n 's $t.but i try vue-router,it not.
in vue2 i use vue-i18n's $t and Vue.prototype.$t to handle the key.
but, in vue3, it can't work.
Beta Was this translation helpful? Give feedback.
All reactions