Skip to content

vue-i18n / general / MissingHandler

Type Alias: MissingHandler()

ts
type MissingHandler = (locale, key, instance?, type?) => string | void;

Vue I18n Composition

Parameters

ParameterType
localeLocale
keyPath
instance?ComponentInternalInstance | GenericComponentInstance
type?string

Returns

string | void

Released under the MIT License.