My Vue component contains some images. I want to do lazy-loading later, so I need to set the src of the images to a small image, first.
@Pantelis answer somehow steered me to a solution for a similar misunderstanding. A message board project I'm working on needs to show an optional image. I was having fits trying to get the src=imagefile to concatenate a fixed path and variable filename string until I saw the quirky use of "''" quotes :-)
sub: @{{ item.subject }}
[edit]
@{{ item.author }}
msg: @{{ item.message }}