Answer the question
In order to leave comments, you need to log in
Which accordion plugin and how to use for blocks from loop?
The situation is as follows: there are blocks that are displayed in a cycle. And for each block there should be an accordion (leaving part). In code it should be something like this:
<div v-for="box in boxies">
<ul>
<li>1 пункт</li>
<li>2 пункт</li>
<li>3 пункт</li>
<li>4 пункт</li>
<li>5 пункт</li>
<li>6 пункт</li>
<li>7 пункт</li>
</ul>
<button>Подробнее</button>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question