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
:to="" and push() were using param name "userId" but the route path was using "/user/:id". This is confusing because how would params {userId:123} translate to :id?
0 commit comments