Skip to content

vue-i18n / general / I18nInjectionKey

変数: I18nInjectionKey

ts
const I18nInjectionKey: InjectionKey<I18n> | string;

useI18n のインジェクションキー

備考

useI18n で I18n インスタンスのグローバルインジェクションキーです。このインジェクションキーは Web Components で使用されます。 provide 関数とともに createI18n で作成された i18n インスタンスを指定します。

Vue I18n General