# 环状进度 (Progress circular)
v-progress-circular
组件用于向用户展示环形的数据。 它也可以设置为不确定的状态来表示加载。
# 使用
In its simplest form, v-progress-circular displays a circular progress bar. Use the value prop to control the progress.
# API
# 示例
# 属性
# 颜色
可以使用 color
属性为 v-progress-circular
设置其他颜色。
# 不定线条
使用 indeterminate
属性,v-progress-circular
将会一直处于动画中。
# 旋转
rotate
参数使您能够自定义 v-progress-circular
的原点。
# 大小和宽度
size
和 width
属性允许您轻松修改 v-progress-circular
组件的大小和宽度。
了解更多?
继续学习由 我们的团队 选择的相关内容,或通过使用下面的导航链接在页面之间跳转。
在 GitHub 上编辑此页面
最后更新:11/12/2024, 6:59:50 AM