0👍
I figured it out. For some reason require works directly inside the img component like this using @/assets also works and using a method works too as long as you explicity use the require keyword
<img :src="require(`../assets/superdash/${link.src}.png`)" height="40px" width="40px"/>
- [Vuejs]-How to update DOM with value returned from Axios?
- [Vuejs]-How to properly use Veulidate along with vuex in vue 2
Source:stackexchange.com