Skip to content
On this page

VAccordion

Props

NameTypeDescription
expand-modeEnum:
single
multi
Controls the expand mode of the Accordion, either allowing single or multiple item expansion.

Events

NameEvent TypeDescription
changeCustomEvent<string | null>Fires a custom 'change' event when the active item changes

Slots

NameDescription
defaultDefault slot.

Methods

NameTypeDescription
closeAll() => void