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