Skip to content

vue-i18n / general / MissingHandler

Type Alias: MissingHandler()

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

Parameters

ParameterType
localeLocale
keyPath
instance?ComponentInternalInstance | GenericComponentInstance
type?string

Returns

string | void

Vue I18n Composition

Released under the MIT License.