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
It would be convenient to have a shortcode for routing by name of the route. This will save the user from constantly passing an object with only one "name" field
What does the proposed API look like?
I propose to create a shortcut:
<router-linkto-name="home"> Home page </router-link>
that will be equal to
<router-link :to="{name:'home'}"> Home page </router-link>
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
It would be convenient to have a shortcode for routing by name of the route. This will save the user from constantly passing an object with only one "name" field
What does the proposed API look like?
I propose to create a shortcut:
that will be equal to
The text was updated successfully, but these errors were encountered: