mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
412 B
412 B
No Indicator
If you don't want indicator.
<n-progress
style="margin: 0 8px 12px 0;"
type="circle"
:show-indicator="false"
status="success"
:percentage="20"
/>
<n-progress
style="width: 120px; margin: 0 8px 12px 0;"
type="multiple-circle"
:percentage="[50, 25]"
:show-indicator="false"
/>
<n-progress
type="line"
:show-indicator="false"
status="success"
:percentage="20"
/>