Skip to content

Interface: I18nPluginOptions

Vue I18n plugin options

Signature

ts
export interface I18nPluginOptions

Properties

NameTypeDescription
globalInstall (optional)booleanWhether to globally install the components that is offered by Vue I18n Default: true

Tags

  • @VueI18nGeneral
  • @remarks — An options specified when installing Vue I18n as Vue plugin with using app.use.

Released under the MIT License.