简体中文
Appearance
vue-i18n / general / NumberFormat
type NumberFormat = () => object;
数字格式化组件
object
$props: VNodeProps & NumberFormatProps & BaseFormatProps;
有关属性的详细信息,请参见以下项目:
FormattableProps
BaseFormatProps
CAUTION
不支持 IE,因为 IE 不支持 IE 中的 Intl.NumberFormat#formatToParts
Intl.NumberFormat#formatToParts
如果你想使用它,需要使用 polyfill