Categories
How to embed mustache in src of an image?
<img src="http://site.com/image/{{card.alias}}.jpg">
Answer the question
In order to leave comments, you need to log in
<img :src="'http://site.com/image/' + card.alias + '.jpg'">
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question