[Vuejs]-How to do a dynamical :src in Vue js?

0👍

Try to change this code

1. <img class="benefits__item-icon" :src="require(benefit.icon)"
    :alt="benefit.alt">

Leave a comment