<ul class="ulItems" v-for="item in listingItems" :key="item.channels">
<li class="liItems">
{{ item.itemName }}
</li>
</ul>
I am looking to incorporate an image in situations where the list does not include an object with that specific name.