19 lines
293 B
Markdown
19 lines
293 B
Markdown
|
<cn>
|
||
|
#### 基本
|
||
|
简单展示
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Basic
|
||
|
Simplest Usage.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<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>
|
||
|
```
|