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
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
@mahadoang Not sure if this is the official way to do it but you can get the param using this.options.data.path.p in your DocumentDetail component from your example. Or you can inspect this.options.data.path to get the path info. Hope that helps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to get param from router
<RouterLink to="/doc/123">Document</RouterLink>
How to get param document_id in DocumentDetail component
Thank you.
The text was updated successfully, but these errors were encountered: