Home

Issue: 2946

<img :src> is not loading files from /static

[issue link]

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?

This question is available on Nuxt.js community (#c2555)