[Vuejs]-Cant show images with vuejs and cloudshell

0👍

You are not closing the image tag. Try to close the image tag as following:

<td><img src="/situation/static/my-images/Teste.png" style="width:251px;height:209px;"/></td>

Leave a comment