2019-05-25 09:18:04 +00:00
|
|
|
<cn>
|
|
|
|
#### 基本
|
|
|
|
简单展示
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Basic
|
|
|
|
Simplest Usage.
|
|
|
|
</us>
|
|
|
|
|
2019-10-09 10:32:23 +00:00
|
|
|
```tpl
|
2019-05-25 09:18:04 +00:00
|
|
|
<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>
|
|
|
|
```
|