使用 i18n的 $t 造成的
简单粗暴的解决办法是实例的时候加上 “silentTranslationWarn: true” 这句
隐藏这些报错,虽然是自欺欺人
const i18n = new VueI18n({
locale: lang,
messages,
// 隐藏警告
silentTranslationWarn: true
});
使用 i18n的 $t 造成的
简单粗暴的解决办法是实例的时候加上 “silentTranslationWarn: true” 这句
隐藏这些报错,虽然是自欺欺人
const i18n = new VueI18n({
locale: lang,
messages,
// 隐藏警告
silentTranslationWarn: true
});
本文标题:解决vue-i18n Cannot translate the
本文链接:https://www.haomeiwen.com/subject/qfkwrktx.html
网友评论