Internal
Allows customizing existing types of the router that are used globally like $router, <RouterLink>, etc. ONLY FOR INTERNAL USAGE.
$router
<RouterLink>
$route
beforeRouteEnter
beforeRouteUpdate
beforeRouteLeave
RouterLink
RouterView
Allows customizing existing types of the router that are used globally like
$router,<RouterLink>, etc. ONLY FOR INTERNAL USAGE.$router- the router instance$route- the current route locationbeforeRouteEnter- Page component optionbeforeRouteUpdate- Page component optionbeforeRouteLeave- Page component optionRouterLink- RouterLink ComponentRouterView- RouterView Component