i18n + vue注意的问题

Posted 飞翔的熊blabla

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了i18n + vue注意的问题相关的知识,希望对你有一定的参考价值。

1.template里需要用$t("xxx")而不是 this.$t("xxx"),否则部分情况找不到$t

2.script 根路径需要使用 $i18n.$t ,不能用this

3.script组件定义可以使用this.$t

以上是关于i18n + vue注意的问题的主要内容,如果未能解决你的问题,请参考以下文章

Vue 项目中实现多语言国际化 ( i18n )

用 jest 模拟 vue 的 i18n

2021-06-22 记一次vue-i18n _t undefined报错问题

Vue-Router 和 i18n 与 Nuxt

vue 3 vite 与 i18n 的国际化

Vue 单元测试 - 子组件和 i18n