Hello, there is a code:
<div id="content"> <img src="@{{ imageLink }}"/> </div> var content = new Vue({ el: '#content', data: { imageLink: 'https://любойдомен/someimage.jpg' } }); I tried all the options from the documentation:
<img v-bind:src="@{{ imageLink }}"/> <img :src="@{{ imageLink }}"/> But every time the image is not inserted and an error appears:
invalid expression: unexpected token {in
{{ imageLink }}Raw expression:: src = "{{imageLink}}"