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.
24 lines
335 B
24 lines
335 B
<docs>
|
|
---
|
|
order: 1
|
|
title:
|
|
zh-CN: 进度圈
|
|
en-US: Circular progress bar
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
圈形的进度。
|
|
|
|
## en-US
|
|
|
|
A circular progress bar.
|
|
|
|
</docs>
|
|
|
|
<template>
|
|
<a-progress type="circle" :percent="75" />
|
|
<a-progress type="circle" :percent="70" status="exception" />
|
|
<a-progress type="circle" :percent="100" />
|
|
</template>
|