Skip to content

vue-i18n / general / NumberFormat

Type Alias: NumberFormat()

ts
type NumberFormat = () => object;

Vue I18n Component

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

Released under the MIT License.