Skip to content

vue-i18n / general / MissingHandler

类型别名: MissingHandler()

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

参数

参数类型
localeLocale
keyPath
uid?number
type?string

返回值

string | void

Vue I18n Composition