Closed
Description
What problem does this feature solve?
router-link can render a specified tag which could happen to be a component. This component could have its own props but currently there is no way to pass them down. Eg.
// the primary prop will not be passed down to my-button
<router-link tag="my-button" primary></router-link>
Unless I am missing something I would like to request a way to solve this situation.
Metadata
Metadata
Assignees
Labels
No labels