In using vue-auth for authorization management, I got an issue in missing param for named routes.
I have path structure like "parent/:param/children" with auth set to true. After directing to Login the redirect back would fail in saying "Missing param for named route.
How can I add the param to the redirection?
Thanks.