I just started using Vue.js and Vue CLI and i\'m facing an issue, i don\'t understand why i can\'t set the image dynamically from the scope but i can do it writing it direct
So the real fix would be this:
:src="getImage(obj.img)" getImage(path) { return require(path) }
You can read more about it in this response from Evan, the creator of Vue