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- the router instance
- $route- the current route location
- beforeRouteEnter- Page component option
- beforeRouteUpdate- Page component option
- beforeRouteLeave- Page component option
- RouterLink- RouterLink Component
- RouterView- RouterView Component

