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