You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/progress/demo/dashboard.md

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>