English
Appearance
export type MissingHandler = (locale: Locale, key: Path, uid?: number, type?: string) => string | void
locale
Locale
key
Path
uid
number
type
string
string | void
@VueI18nComposition