K
K
kroha30002019-11-02 14:34:35
Vue.js
kroha3000, 2019-11-02 14:34:35

Why are :src not being rendered?

2 images,
this doesn't render:
<img :src="`@/assets/images/${ user.img }.jpg`" />
On direct output: renders without problems
<img src="@/assets/images/1.jpg" />
On tracking, both paths to the image. identical, the second one is rendered, but through v-bond: no rendering..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kroha3000, 2019-11-03
@kroha3000

Solution: add - require

<img :src="require(`@/assets/images/${ user.img }.jpg`)" />

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question