📚 Reference


📜 Chapter


1. 문제 상황

[vue-i18n] Fall back to translate the keypath 'message.greeting' with root locale.

2. 해결 방법

new VueI18n({
  locale,
  messages,
  silentTranslationWarn: true
})

1. 문제 상황

this result could not be resolved when respecting package.json "exports". The 'vue-i18n' library may need to update its package.json or typings.

2. 해결 방법