You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/antdv-demo/docs/statistic/demo/basic.md

292 B

#### 基本 简单展示 #### Basic Simplest Usage.
<template>
  <div>
    <a-statistic title="Active Users" :value="112893" style="margin-right: 50px" />
    <a-statistic title="Account Balance (CNY)" :precision="2" :value="112893" />
  </div>
</template>