Skip to content
On this page

VAmount

Financial figures screen, generally for amounts and quantities, etc

Import

js
import { VAmount } from 'vui-vc-next'

app.component(VAmount.name, VAmount)

API

Amount Props

PropsDescriptionTypeDefaultNote
value-The number value0-
precision-The number precision2length of decimal part
is-round-upWhether the number should be round upBooleantrue-
has-separatorWhether the thousand separator is existingBooleanfalse-
separatorThe thousand separatorString,-
is-capitalWhether the number should be converted to Chinese capitalBooleanfalse-
is-animatedWhether show animation when value changesBooleanfalse-
durationThe animation durationNumber1000unit ms