Can't dynamically pass relative src path for imgs in Vue.js + webpack

The issue I'm having is using vue.js with webpack. I have a list that I want to dynamically populate in vue.js. I am using v-for to iterate over each object and create the list items. To bind a...