VAccordion
Props
Name | Type | Description |
---|---|---|
expand-mode | Enum:single multi | Controls the expand mode of the Accordion, either allowing single or multiple item expansion. |
Events
Name | Event Type | Description |
---|---|---|
change | CustomEvent<string | null> | Fires a custom 'change' event when the active item changes |
Slots
Name | Description |
---|---|
default | Default slot. |
Methods
Name | Type | Description |
---|---|---|
closeAll | () => void |