2👍
What’s format of you image file? if it’s a http link , try use src
not url
in img tag :
<img :src="book.file" />
1👍
<img v-bind:src="book.file" />
binding image link directly form data
- [Vuejs]-Vue-loader giving me an unexpected token error
- [Vuejs]-Vue.js redirect to a new page/component if F5 is pressed
Source:stackexchange.com