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