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