Appearance
vue-i18n / general / MissingHandler
type MissingHandler = (locale, key, instance?, type?) => string | void;
locale
Locale
key
Path
instance?
ComponentInternalInstance
GenericComponentInstance
type?
string
string | void
void