I have a vue page which uses  It seems perfect only. I have implemented the same way to fetch the image, Here I can see the image.
Please check the path once again. You can check below example where I have tried to implement same way
 The issue is in the src url you are using, the src url root is the public directory. For example, if you have all your images in public->images directory then your code will look like this:v-html to place an html content inside a 
                         				            
:http://jsfiddle.net/suprabhasupi/eywraw8t/491005/this.noDataMessage = "<img src='images/Myfav_empty.png' width='35px' height='35px'>";