ant-design-vue/components/progress/demo/dashboard.md

18 lines
259 B
Markdown
Raw Normal View History

2018-04-03 06:14:38 +00:00
<cn>
#### 仪表盘
By setting `type=dashboard`, you can get a dashboard style of progress easily.
</cn>
<us>
#### Dashboard
A standard progress bar.
</us>
2019-10-09 10:32:23 +00:00
```tpl
2018-04-03 06:14:38 +00:00
<template>
<div>
<a-progress type="dashboard" :percent="75" />
</div>
</template>
```