Skip to content

Interface: ExportedGlobalComposer

Exported global composer instance

Signature

ts
export interface ExportedGlobalComposer

Properties

NameTypeDescription
availableLocales (readonly)Locale[]Available locales
fallbackLocaleFallbackLocaleFallback locale
localeLocaleLocale

Tags

  • @remarks — This interface is the global composer that is provided interface that is injected into each component with app.config.globalProperties.
  • @VueI18nGeneral

Released under the MIT License.