VProgressCircular API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| bg-color | ||
| Applies specified color to the control’s background. Used on components that also support the color prop. - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page . | ||
| color | ||
| Applies specified color to the control - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page . | ||
| indeterminate | ||
| Constantly animates, use when loading progress is unknown. If set to the string 'disable-shrink' it will use a simpler animation that does not run on the main thread. | ||
| model-value | ||
| The percentage value for current progress. | ||
| rotate | ||
| Rotates the circle start point in degrees. | ||
| size | ||
| Sets the diameter of the circle in pixels. | ||
| tag | ||
| 指定在根元素上使用的自定义标签。 | ||
| theme | ||
| Specify a theme for this component and all of its children. | ||
| width | ||
| Sets the stroke of the circle in pixels. | ||
插槽
| default |
| 默认Vue 插槽。 |
SASS 变量
| 名称 | 默认值 |
|---|---|
| $progress-circular-intermediate-svg-transition | |
| $progress-circular-overlay-transform | |
| $progress-circular-overlay-transition | |
| $progress-circular-rotate-animation | |
| $progress-circular-rotate-dash | |
| $progress-circular-size | |
| $progress-circular-sizes | |
| $progress-circular-underlay-color | |