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
I have also used require in my components data property, which works:
export default { data () { return { myImage: require('@/path/to/image') } } }