I wrote this code earlier in the summer before v-card-media was depreciated in favour of v-img. As far as I can see, I\'m using v-img correctly and passing in my source through
You have to use require for relative image paths, because Vue loader doesn't do that automatically for custom components.
require
Explanation in Vuetify FAQ