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
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)
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
The text was updated successfully, but these errors were encountered: