A
A
Alex Terechenko2020-07-11 10:05:30
Vue.js
Alex Terechenko, 2020-07-11 10:05:30

How to display images in Vue js Laravel?

Good afternoon, I have a problem, using Vue js axios I get cards, the base contains cards and the image field where the path to the image lies, how can I display it in the image component?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-07-11
@alextereeh8998

Something like this:
<img :src="baseUrl + card.image" alt="">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question