NuxtN
Nuxt16mo ago
o.m

How to render image dynamically in Nuxt?

<span class="font-semibold">
  {{ item.title }}
<img :src="`@/assets/images/${activeIndex === index ? 'minus' : 'plus'}.webp`" class="w-4 h-4" />
</span>

The page renders but the image does not display
Was this page helpful?