Answer the question
In order to leave comments, you need to log in
How to hide list in dynamic array?
I have a project structure like this:
<div class="opportunity-board__column" v-for="stage in board.Stages">
<div class="opportunity-board__content">
<div class="opportunity-board__header">
<div class="opportunity-board__title">{{stage.Name}}</div>
<ui-icon iconSet="ico-moon" data-icon="i-more">при нажатии сюда нужно скрывать лист с темами(...)</ui-icon>
</div>
</div>
<div class="opportunity-board__list">
<div class="opportunity-board__item"
v-for="opportunity in stage.OwnedOpportunities">
<opportunity-item :opportunity="opportunity">
</opportunity-item>
</div>
</div>
</div>
</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