解決済み
Sightly: Including components in a loop.
Hi There,
I am including text component using slightly in for loop
<div class="cmp-logo__item" v-if="logoList.length" v-for="(logo, index) in logoList">
<div class="testclass" data-sly-resource="${'title' @resourceType='constellar-core/components/title'}"></div>
</div>
but when text component render on the page it will render single id for all the text component, so only the last component is editable. Can anyone suggest me on this.