Hi.
I'm using nuxt.js and I like it.
But have an issue with adding images through
<img v-bind:src="~assets/img/image-name.jpg">
I'm getting path to images from data array of objects.
When I'm using /static <img v-bind:src="/img/image-name.jpg">
it works fine.
How can I use assets with data from objects? Can you please help me with this?