Is it a good idea to pass the route to a Component?
Hey
,
I want to have access to the
Here's my code:
Can you tell me whether this is a good idea or how you solve it? I want to navigate in the child component and I need the
Thanks
I want to have access to the
route.fullPath or the route.id and the numerous hooks at a child component.Here's my code:
Can you tell me whether this is a good idea or how you solve it? I want to navigate in the child component and I need the
route.id for this.Thanks