ant-design-vue/components/statistic/demo/basic.md

293 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>