VStepperVerticalActions API
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| 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 . | ||
| disabled | ||
| Removes the ability to click or target the component. | ||
| next-text | ||
| The text used for the Next button. | ||
| prev-text | ||
| he text used for the Prev button. | ||
事件
| 名称 | 类型 |
|---|---|
| click:next | |
| Event emitted when clicking the next button. | |
| click:prev | |
| Event emitted when clicking the prev button. | |
插槽
| next |
| Slot for customizing the next step functionailty |
| prev |
| Slot for customizing the prev step functionality |