naive-ui/demo/documentation/components/progress/zhCN/processing.md

9 lines
118 B
Markdown
Raw Normal View History

# 进行时
```html
<n-progress
type="line"
:percentage="60"
:indicator-placement="'inside'"
processing
/>
```