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
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.
The text was updated successfully, but these errors were encountered:
It doesn't work in 3.0.1. Component seems to be rendered but props isn't passed to it. Props are applied to target html element, but it's not the same as pass it to component before render.
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.
Unless I am missing something I would like to request a way to solve this situation.
The text was updated successfully, but these errors were encountered: