Skip to content

VListGroup API

组件页面

属性

名称类型默认值
active-color
The applied color when the component is in an active state.
append-icon
Creates a v-icon component after default content in the append slot.
base-color
Sets the color of component when not focused.
collapse-icon
Icon to display when the list item is expanded.
color
Applies specified color to the control - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page .
expand-icon
Icon to display when the list item is collapsed.
fluid
MISSING DESCRIPTION (edit in github )
prepend-icon
Prepends an icon to the component, uses the same syntax as v-icon.
subgroup
Designate the component as nested list group.
tag
Specify a custom tag used on the root element.
title
Specify a title text for the component.
value
Expands / Collapse the list-group.

插槽

activator
When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation.
default
The default Vue slot.

可用属性

isOpen
Returns the current state of the list-group.