When I load images with
<img src="~/static/proyectos/rovix_1.png" width="100%"> is working ok.
But when I change to:
<img :src="image" width="100%">
being img="~/static/proyectos/rovix_1.png"
is not working.
What do I need to do for fixing it?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2555">#c2555</a>)</em></sub></div>