mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
260 B
260 B
#### 仪表盘
By setting `type=dashboard`, you can get a dashboard style of progress easily.
#### Dashboard
A standard progress bar.
<template>
<div>
<a-progress type="dashboard" :percent="75" />
</div>
</template>