UNPKG

cloud-ui.vusion

Version:
11 lines (8 loc) 194 B
### 基本用法 ``` html <u-circular-progress :percent="45" :show-percent-slot="true"> <template #percent> <u-text text="45%"></u-text> </template> </u-circular-progress> ```