Skip to content

VStepperActions 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 Prev button.
prev-text
The text used for the Prev button.

事件

名称类型
click:next
Event emitted when clicking the next button.
click:prev
Event emitted when clicking the next button.

插槽

next
Slot for customizing the next step functionailty
prev
Slot for customizing the next step functionailty