Appearance
vue-i18n / general / NumberFormat
type NumberFormat = () => object;
Vue I18n Component
Number Format Component
object
$props: VNodeProps & NumberFormatProps & BaseFormatProps;
See the following items for property about details:
FormattableProps
BaseFormatProps
CAUTION
Not supported IE, due to no support Intl.NumberFormat#formatToParts in IE
Intl.NumberFormat#formatToParts
If you want to use it, you need to use polyfill