Skip to content

VWindowItem 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.

事件

名称类型
group:selected
Event that is emitted when an item is selected within a group.

插槽

default
The default Vue slot.

可用属性

groupItem
Returns item and item group data, state and helper methods.