Skip to content

vue-i18n / general / MissingHandler

Type Alias: MissingHandler()

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

Parameters

ParameterType
localeLocale
keyPath
uid?number
type?string

Returns

string | void

Vue I18n Composition

Released under the MIT License.