this.filePath = 'data:image/jpeg;base64,' + item.url
<img :src="'data:image/jpeg;base64,'+item.url" style="width:50%;height:50%">