0๐
โ
if the image is hosted online you could just add :
to the src attribute :
:src="$route.params.company_logo"
if the images is in the add require :
:src="require($route.params.company_logo)"
Source:stackexchange.com