VStepperWindowItem API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| disabled | ||
| Prevents the item from becoming active when using the “next” and “prev” buttons or the toggle method. | ||
| eager | ||
| 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. | ||
| reverse-transition | ||
| Sets the reverse transition. | ||
| selected-class | ||
| Configure the active CSS class applied when an item is selected. | ||
| transition | ||
| The transition used when the component progressing through items. Can be one of the built in or custom transition. | ||
| value | ||
| The value used when the component is selected in a group. If not provided, a unique ID will be used. | ||
插槽
| default |
| The default Vue slot. |