Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Build Your First Vue.js App > Lesson 29

Adding product image & price

In the last video we integrated API data into our Vue app.

If you look in Vue Devtools after we've done a search, we can see the products array gets populated with product objects. [do a search for cat]

Notice that each object has the id, price and title like we had before, but there's also a thumb property, which is the path to the thumbnail image.

We now want to use the thumb property to display the thumbnail on our products.

Adding thumb


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom