Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Build Your First Vue.js App > Lesson 43

Fixing search results

In the last video, we got our scroll loading feature pretty much finished. There are two little things that I want to add to make it perfect, though.

Firstly, the search message at the top says how many items are showing, but we really want this to be the number of items found. So 4 should be 11.

Easy fix, though - we can go to the template and instead of interpolating products.length, we interpolate results.length.

index.html


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

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

  • RSS
  • |
  • Atom