You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that L9-Start , which should have the finished code of L8, on main.js line 30 it doesn't have the right value on the computed property inStock(). It is set to look for the property image
instead of quantity
This might be confusing and frustrating for some users that need to compare their code with finished code and also, doesn't allow starting the lesson with fully working code.
Nice find! Looks like this was fixed in this Pull Request: #4
I hope it gets merged! Though it was a good exercise in debugging to try to find the problem.
Hey guys, great tutorial!!
I have noticed that L9-Start , which should have the finished code of L8, on main.js line 30 it doesn't have the right value on the computed property inStock(). It is set to look for the property image
instead of quantity
This might be confusing and frustrating for some users that need to compare their code with finished code and also, doesn't allow starting the lesson with fully working code.
https://github.com/Code-Pop/Intro-to-Vue-3/tree/L9-start
Current code:
Correct code:
Is there any way to contribute to the repo?
thanks
The text was updated successfully, but these errors were encountered: