DEV Community

Discussion on: Hands-on Vue.js for Beginners (Part 5)

Collapse
 
glennmen profile image
Glenn Carremans

Hey I am loving this series so far! I have always wanted to get in Vue and have learned so much already with these weekly tutorial ❤️

Btw in the last code block I think there is a mistake:
game: {...this.gameData}
shouldn't it be game: {...this.game-data}, ?
Or did I miss some part 🤔 I think the error happened because at some point you switched from gameData to game-data .

Collapse
 
marinamosti profile image
Marina Mosti

Hi Glenn! Thanks so much for your comment :)

You are absolutely right! Somehow when I copied over the whole result I forgot to update that on the examples above. Nice catch! Also, thanks for letting me know :)