I have an image with a dynamic (interpolated) src attribute.
src
How do I get vue-loader to interpo
In attribute interpolation is not allowed, use v-bind instead
https://vuejs.org/v2/guide/syntax.html#Attributes