We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems like Accordion component does not support binding dynamic number of tabs. Following code does not work:
<Accordion> <AccordionTab v-for="tab in tabs" :key="tab.title" :header="tab.title"> <p>{{tab.content}}</p> </AccordionTab> </Accordion>
Activity