vue-router / TypesConfig
TypesConfig
Internal
Allows customizing existing types of the router that are used globally like $router, <RouterLink>, etc. ONLY FOR INTERNAL USAGE.
Router- swaps the public Router type (e.g. toEXPERIMENTAL_Router)$router- the router instance$route- the current route locationbeforeRouteEnter- Page component optionbeforeRouteUpdate- Page component optionbeforeRouteLeave- Page component optionRouterLink- RouterLink ComponentRouterView- RouterView Component
