insert vue property into html (VueJS 2.x)
<div class="card-img-featured" :style="{ 'background-image' : 'url(' + article.urlToImage + ')' }"></div>