VStepperWindow API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
direction | ||
The transition direction when changing windows. | ||
disabled | ||
Removes the ability to click or target the component. | ||
model-value | ||
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
reverse | ||
Reverse the normal transition direction. | ||
selected-class | ||
Configure the active CSS class applied when an item is selected. | ||
tag | ||
Specify a custom tag used on the root element. | ||
theme | ||
Specify a theme for this component and all of its children. |
事件
名称 | 类型 |
---|---|
update:modelValue | |
Event that is emitted when the component’s model changes. |
插槽
default |
The default Vue slot. |