Skip to content

vue-i18n / general / I18nPluginOptions

Interface: I18nPluginOptions

Vue I18n General

Vue I18n plugin options

Remarks

An options specified when installing Vue I18n as Vue plugin with using app.use.

Properties

globalInstall?

ts
optional globalInstall: boolean;

Whether to globally install the components that is offered by Vue I18n

Remarks

If this option is enabled, the components will be installed globally at app.use time.

If you want to install manually in the import syntax, you can set it to false to install when needed.

Default

true

Released under the MIT License.