Skip to content

Accordion does not support dynamic tabs #622

Closed
@LadislavBohm

Description

@LadislavBohm

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type: BugIssue contains a bug related to a specific component. Something about the component is not working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions