ant-design-vue/antdv-demo/docs/progress/demo/dashboard.md

18 lines
259 B
Markdown
Raw Normal View History

2021-03-12 07:48:30 +00:00
<cn>
#### 仪表盘
By setting `type=dashboard`, you can get a dashboard style of progress easily.
</cn>
<us>
#### Dashboard
A standard progress bar.
</us>
```vue
<template>
<div>
<a-progress type="dashboard" :percent="75" />
</div>
</template>
```