Code-Pop / watch-us-build-trello

271 stars 180 forks source link

Lesson 3 #4

Open AlenaNik opened 4 years ago

AlenaNik commented 4 years ago

The modal wasn't working for me in a lesson 3, neither did in a final code. It seems like task.id wasnt getting id param from the router. I was getting undefined and a warning "[vue-router] missing param for named route "..": Expected "..." to be defined", so I changed code to: (in case someone has the same trouble)

https://gist.github.com/AlenaNik/50ae49e91a6bd7f96082c908855bb61b

silaslowe commented 3 years ago

I'm having the same issue. How did you resolve it?

AlenaNik commented 3 years ago

hey @silaslowe I see that my gist s not available, I can't remember it now, but check the final project if you interested https://github.com/AlenaNik/taskmanager

silaslowe commented 3 years ago

@AlenaNik Sorry I didn't respond. Thank you so much for the pointer to your code. I helped!