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.
Full-Stack Vue + Node > Lesson 57

Binding cart item controls to Vuex

In the last video we made it so cart items would display in the cart view. However, you'll notice the cart items aren't rendering correctly.

In this video, we're going to fix that and also bind this quantity input to the Vuex ORM model.

Just like in our item view, the template of this component relies on an item object being present. You'll see in the component definition that the computed property is again returning an empty object, so let's load it from the store.


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