This is an overview of the most common usage of Progress. For more information about the available properties, methods, or events, head over to the complete API documentation for Progress.
<Progress>
是一个UI组件,显示一个指示任务进度的栏。
另请参见: ActivityIndicator。
<Progress :value="currentProgress" />
名称 | 类型 | 描述 |
---|---|---|
value | Number | 获取或设置进度条的当前值。必须在0到 maxValue 范围以内。 |
maxValue | Number | 获取或设置进度条的最大值。 默认值: 100 。 |
名称 | 描述 |
---|---|
valueChange | value 属性发生变化时发出。 |
Android | iOS |
---|---|
android.widget.ProgressBar (indeterminate = false) | UIProgressView |