Skip to main content
Alex Gutierrez avatar

In the previous lesson, the order in Cart.vue is called form ( const form = useForm(....) ), with that we can remove a product. But in this lesson that const is called order. So, when you copy and paste the code from this lesson, it throws an error.

👍 1
David Lun avatar

this is not the same constant, it is new one

👀 1