# @vueuse/router [](https://www.npmjs.com/package/@vueuse/router) > This is an add-on of [VueUse](https://github.com/vueuse/vueuse), providing utilities for vue-router (Vue 3 Only). ## Install
npm i @vueuse/router vue-router@4## Functions - [`useRouteHash`](https://vueuse.org/router/useRouteHash/) — shorthand for a reactive `route.hash` - [`useRouteParams`](https://vueuse.org/router/useRouteParams/) — shorthand for a reactive `route.params` - [`useRouteQuery`](https://vueuse.org/router/useRouteQuery/) — shorthand for a reactive `route.query` ## License [MIT License](https://github.com/vueuse/vueuse/blob/master/LICENSE) © 2019-PRESENT [Anthony Fu](https://github.com/antfu)