Guess who is supper stuck? Me! I'm missing something on passing data to components. I was hoping I'd finish this project before day 100 but clearly that's not going to happen.
Worked on the last design section. Seems like I'm running
out of ideas for this.
My Day 97
Top comments (4)
What seems to be the problem? Could you tell us why you aren't able to pass data to components?
The concept of component communication is turning out to be confusing. I'm trying to implement nested components each with different data but I get mixed up somewhere in between.
I too sometimes struggle with handling components as they get bigger. I hope the new Composition API in Vue 3 will be of some help.
I'm glad to know I'm not alone. I'll definitely looking into Composition API, thank you. 🤗