Skip to content

VTabsWindow API

属性

名称类型默认值
direction
The transition direction when changing windows.
disabled
Removes the ability to click or target the component.
elected-class
Configure the active CSS class applied when an item is selected.
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.
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.

Released under the MIT License.