Appearance
vue-i18n / general / PathValue
type PathValue = | string | number | boolean | Function | null | { [key: string]: PathValue; } | PathValue[];
Vue I18n General