VStepperWindowItem API
Props
name | type | default |
|---|---|---|
boolean
| false | |
Prevents the item from becoming active when using the “next” and “prev” buttons or the | ||
boolean
| false | |
Forces the component’s content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO. | ||
string | boolean | undefined | |
Sets the reverse transition. | ||
string
| undefined | |
Configure the active CSS class applied when an item is selected. | ||
string | boolean | undefined | |
The transition used when the component progressing through items. Can be one of the built in or custom transition. | ||
any
| undefined | |
The value used when the component is selected in a group. If not provided, a unique ID will be used. | ||
Slots
The default Vue slot. | ||