Skip to content

vue-i18n / general / I18nAdditionalOptions

Interface: I18nAdditionalOptions

Vue I18n General

I18n Additional Options

Remarks

Specific options for createI18n

Properties

globalInjection?

ts
optional globalInjection: boolean;

Whether to inject global properties & functions into for each component.

Remarks

If set to true, then properties and methods prefixed with $ are injected into Vue Component.

See about:

Released under the MIT License.